| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | typeck2.c | 627 value = digest_init (type, init); in store_init_value() 651 digest_init (tree type, tree init) in digest_init() function 823 ce->value = digest_init (TREE_TYPE (type), ce->value); in process_init_constructor_array() 849 next = digest_init (TREE_TYPE (type), next); in process_init_constructor_array() 923 next = digest_init (TREE_TYPE (field), ce->value); in process_init_constructor_record() 937 next = digest_init (TREE_TYPE (field), next); in process_init_constructor_record() 1030 ce->value = digest_init (TREE_TYPE (ce->index), ce->value); in process_init_constructor_union()
|
| H A D | ChangeLog | 113 * typeck2.c (digest_init): Allow brace-enclosed initializers for 580 * typeck2.c (digest_init): Raise error upon attempts to 627 digest_init. 3628 * typeck2.c (digest_init): Use COMPOUND_LITERAL_P. 4259 * typeck2.c (digest_init): Remove reference to "signature pointer" 5041 * call.c (convert_default_arg): Update call to digest_init. 5045 (finish_compound_literal, digest_init): Update declaration. 5056 * decl2.c (grokfield): Update calls to digest_init. 5062 (expand_default_init): Update call to digest_init. 5078 to digest_init. [all …]
|
| H A D | ChangeLog-2002 | 620 * decl2.c (grokfield): Do not call digest_init when processing 1287 * typeck2.c (store_init_value): Don't try to handle digest_init 1289 (digest_init): Tidy handling of brace-enclosed initializers. 3926 * typeck2.c (digest_init): Do handle values of vector type. 3928 * typeck2.c (digest_init, process_init_constructor): Treat vectors 4083 * typeck2.c (digest_init): Make sure non-array core type is 4566 * decl2.c (reparse_absdcl_as_casts): Don't digest_init if we
|
| H A D | ChangeLog-1995 | 304 * typeck2.c (digest_init): Always convert initializers to the 1277 * typeck2.c (digest_init): Check TYPE_NON_AGGREGATE_CLASS for 1440 * sig.c (build_signature_table_constructor): Don't call digest_init 1445 the way digest_init does, digest_init can't handle initializing an 2867 * typeck2.c (digest_init): Cope with extra braces.
|
| H A D | ChangeLog-1994 | 946 * typeck2.c (digest_init): Likewise. 1963 * typeck2.c (digest_init): Handle initializing a pmf with an 2485 * typeck2.c (digest_init): Pedwarn about string initializer being 2500 * typeck2.c (digest_init): Make sure we check for signed and 3336 * typeck2.c (digest_init): Lose code for special handling of unions. 4001 * typeck2.c (digest_init): Likewise. 4003 digest_init. 4004 * typeck2.c (digest_init): Do default_conversions on init value, if
|
| H A D | ChangeLog-1996 | 202 * typeck2.c (digest_init): Likewise for { }. 358 * typeck2.c (digest_init): Allow pmfs down into 620 digest_init. 1467 * typeck.c (build_ptrmemfunc1): Avoid use of digest_init so that 1960 digest_init once on an initializer, we do this just checking
|
| H A D | ChangeLog-1993 | 506 * cp-type2.c (digest_init): Likewise.
|
| H A D | init.c | 1183 init = digest_init (type, init); in expand_default_init()
|
| H A D | decl2.c | 857 init = digest_init (TREE_TYPE (value), init); in grokfield()
|
| H A D | ChangeLog-2001 | 2226 * typeck2.c (digest_init): Allow any ERROR_MARK. 3571 * typeck2.c (digest_init): Handle vector type initializations 3836 * typeck2.c (digest_init): Only complain about user-written
|
| H A D | ChangeLog-1997 | 25 * pt.c (coerce_template_parms): Make sure to digest_init if 301 * typeck2.c (digest_init): Make copies where appropriate.
|
| H A D | cp-tree.h | 4582 extern tree digest_init (tree, tree);
|
| H A D | ChangeLog-1998 | 1008 * typeck2.c (digest_init): Or here. 3989 * typeck2.c (digest_init): Complain about getting a TREE_LIST to 5189 * typeck2.c (digest_init): Simplify. 6493 (digest_init): Initialize `old_tail_contents' to NULL_TREE.
|
| H A D | call.c | 4649 arg = digest_init (type, arg); in convert_default_arg()
|
| H A D | ChangeLog-2004 | 1337 store_init_value, digest_init, build_x_arrow, 5392 * typeck2.c (digest_init): Use BRACE_ENCLOSED_INITIALIZER_P.
|
| H A D | ChangeLog-2000 | 2232 * typeck2.c (digest_init): Use char_type_p. 5269 * typeck2.c (digest_init, build_functional_cast,
|
| H A D | ChangeLog-1999 | 3749 (digest_init): Likewise. 4860 * typeck2.c (digest_init): Likewise.
|
| H A D | decl.c | 5541 init = digest_init (TREE_TYPE (fields), init); in init_byref_decl()
|
| /freebsd-12.1/crypto/openssl/crypto/engine/ |
| H A D | eng_devcrypto.c | 520 static int digest_init(EVP_MD_CTX *ctx) in digest_init() function 599 if (!digest_init(to)) { in digest_copy() 676 || !EVP_MD_meth_set_init(known_digest_methods[i], digest_init) in prepare_digest_methods()
|
| /freebsd-12.1/usr.bin/xinstall/ |
| H A D | xinstall.c | 128 static void digest_init(DIGEST_CTX *); 410 digest_init(DIGEST_CTX *c) in digest_init() function 1067 digest_init(&ctx); in compare() 1227 digest_init(&ctx); in copy()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-typeck.c | 100 static tree digest_init (tree, tree, bool, int); 3647 t = digest_init (type, in build_c_cast() 4675 value = digest_init (type, init, true, TREE_STATIC (decl)); in store_init_value() 4901 return digest_init (type, init, true, false); in do_digest_init() 4916 digest_init (tree type, tree init, bool strict_string, int require_constant) in digest_init() function 6568 value = digest_init (type, value, strict_string, require_constant_value); in output_init_element()
|
| H A D | ChangeLog.gcc43 | 463 (digest_init): Likewise.
|
| H A D | ChangeLog.apple | 327 * c-typeck.c (digest_init): Handler block as initializer.
|
| H A D | ChangeLog-2001 | 2082 * c-typeck.c (digest_init): Allow initializing 2964 * c-typeck.c (output_init_element): Call digest_init 6474 (build_c_cast, build_modify_expr, digest_init, build_asm_stmt): 9930 * c-typeck.c (digest_init): Check for sizeless arrays. 21963 * c-typeck.c (digest_init): Issue error messages about 26514 * c-typeck.c (digest_init): Fold init expression. 31164 * c-typeck.c (digest_init): Handle boolean types as scalars. 31833 (digest_init): Change error about non-constant initializer elements
|
| H A D | FSFChangeLog.10 | 5328 * c-typeck.c (digest_init): Don't recursively call digest_init 8321 require_constant_* to digest_init.
|