Home
last modified time | relevance | path

Searched refs:store_init_value (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-tree.h566 extern void store_init_value (tree, tree);
H A Dc-decl.c3856 store_init_value (decl, init); in finish_decl()
4202 store_init_value (decl, init); in build_compound_literal()
H A DChangeLog798 to store_init_value.
H A Dc-typeck.c4663 store_init_value (tree decl, tree init) in store_init_value() function
H A DChangeLog-2001244 * c-typeck.c (store_init_value): If initializing object with array
31831 * c-typeck.c (store_init_value): Don't require constant initializer
H A DChangeLog-200010972 * c-typeck.c (store_init_value, process_init_element): Likewise
14263 * c-typeck.c (store_init_value): Warn about automatic aggregate
H A DChangeLog-20062871 * c-typeck.c (store_init_value): Create distinct type before
H A DChangeLog-200513816 (store_init_value): Likewise.
27961 build_modify_expr, convert_for_assignment, store_init_value,
/freebsd-12.1/contrib/gcc/cp/
H A Dtypeck2.c585 store_init_value (tree decl, tree init) in store_init_value() function
H A DChangeLog-1994926 * typeck2.c (store_init_value): Don't pedwarn about non-constant
1670 * typeck2.c (store_init_value): Don't be pedantic about
3783 * typeck2.c (store_init_value): Integral constant variables are
4619 * typeck2.c (store_init_value): Don't abort when called to
4623 store_init_value fails, build and expand an INIT_EXPR. If
4624 store_init_value succeeds, call expand_decl_init.
5018 * typeck2.c (store_init_value): Allow passing of TREE_CHAIN for
5268 * cp-type2.c (store_init_value): Only give error for initializer list
H A DChangeLog-2004876 * typeck2.c (store_init_value): Use split_nonconstant_init even
1337 store_init_value, digest_init, build_x_arrow,
2393 * typeck2.c (store_init_value): Don't assume !TREE_CONSTANT
2424 split_nonconstant_init_1, store_init_value,
2891 split_nonconstant_init, store_init_value, build_m_component_ref):
6702 (store_init_value): Use it.
6704 from store_init_value.
H A Dinit.c1265 init = store_init_value (exp, init); in expand_aggr_init_1()
H A Ddecl2.c1513 tree expr = store_init_value (vtbl, DECL_INITIAL (vtbl)); in maybe_emit_vtables()
H A DChangeLog-19951626 * typeck2.c (store_init_value): Don't take the MAIN_VARIANT of the
1934 * typeck2.c (store_init_value): Only abort if the type has a
3425 * typeck2.c (store_init_value): Likewise.
H A Dcp-tree.h4581 extern tree store_init_value (tree, tree);
H A DChangeLog-20032605 * typeck2.c (store_init_value): Use
4761 * typeck2.c (store_init_value, process_init_constructor)
5619 * typeck2.c (store_init_value): Remove #if 0'd code.
H A DChangeLog-19992329 * typeck2.c (store_init_value): Add comment.
3210 * typeck2.c (store_init_value): Change expand_aggr_init to
3748 (store_init_value): Remove support for signatures.
H A DChangeLog-20021287 * typeck2.c (store_init_value): Don't try to handle digest_init
1492 * typeck2.c (store_init_value): Remove #if 0'd code.
H A DChangeLog-1996607 * typeck2.c (store_init_value): Oops.
622 * typeck2.c (store_init_value): Check for initializing pmf with { }
H A DChangeLog-19971669 * typeck2.c (store_init_value): Always return the value if our
H A Ddecl.c4949 init_code = store_init_value (decl, init); in check_initializer()
H A DChangeLog-2001729 * typeck2.c (store_init_value): Don't re-digest a bracketed
H A DChangeLog5077 (store_init_value): Use build_constructor_from_list and update call
H A DChangeLog-19985190 (store_init_value): Don't pedwarn about using { } for pmfs.