Home
last modified time | relevance | path

Searched refs:digest_init (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck2.c627 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 DChangeLog113 * 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 DChangeLog-2002620 * 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 DChangeLog-1995304 * 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 DChangeLog-1994946 * 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 DChangeLog-1996202 * 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 DChangeLog-1993506 * cp-type2.c (digest_init): Likewise.
H A Dinit.c1183 init = digest_init (type, init); in expand_default_init()
H A Ddecl2.c857 init = digest_init (TREE_TYPE (value), init); in grokfield()
H A DChangeLog-20012226 * 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 DChangeLog-199725 * pt.c (coerce_template_parms): Make sure to digest_init if
301 * typeck2.c (digest_init): Make copies where appropriate.
H A Dcp-tree.h4582 extern tree digest_init (tree, tree);
H A DChangeLog-19981008 * 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 Dcall.c4649 arg = digest_init (type, arg); in convert_default_arg()
H A DChangeLog-20041337 store_init_value, digest_init, build_x_arrow,
5392 * typeck2.c (digest_init): Use BRACE_ENCLOSED_INITIALIZER_P.
H A DChangeLog-20002232 * typeck2.c (digest_init): Use char_type_p.
5269 * typeck2.c (digest_init, build_functional_cast,
H A DChangeLog-19993749 (digest_init): Likewise.
4860 * typeck2.c (digest_init): Likewise.
H A Ddecl.c5541 init = digest_init (TREE_TYPE (fields), init); in init_byref_decl()
/freebsd-12.1/crypto/openssl/crypto/engine/
H A Deng_devcrypto.c520 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 Dxinstall.c128 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 Dc-typeck.c100 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 DChangeLog.gcc43463 (digest_init): Likewise.
H A DChangeLog.apple327 * c-typeck.c (digest_init): Handler block as initializer.
H A DChangeLog-20012082 * 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 DFSFChangeLog.105328 * c-typeck.c (digest_init): Don't recursively call digest_init
8321 require_constant_* to digest_init.

12