Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h717 extern void store_init_value (location_t, tree, tree, tree);
H A Dc-decl.cc5366 store_init_value (init_loc, decl, init, origtype); in finish_decl()
5999 store_init_value (loc, decl, init, NULL_TREE); in build_compound_literal()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h700 extern void store_init_value (location_t, tree, tree, tree);
H A Dc-decl.c5255 store_init_value (init_loc, decl, init, origtype); in finish_decl()
5681 store_init_value (loc, decl, init, NULL_TREE); in build_compound_literal()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2014160 (store_init_value): Not here.
456 * typeck2.c (store_init_value): Set it.
590 * typeck2.c (store_init_value, massage_init_elt): Likewise.
723 * typeck2.c (store_init_value): Use replace_placeholders.
2219 * typeck2.c (store_init_value): Not here.
2256 * typeck2.c (store_init_value): Remove redundant check.
H A DChangeLog-201850 * typeck2.c (split_nonconstant_init, store_init_value): Use it
1667 * typeck2.c (store_init_value): ... to here.
1957 * typeck2.c (store_init_value): Pass true as new argument to
2346 * typeck2.c (store_init_value): If fold_non_dependent_expr didn't
2997 * typeck2.c (cxx_readonly_error, store_init_value,
3131 * typeck2.c (store_init_value, split_nonconstant_init_1): Check it
3268 * typeck2.c (store_init_value): Likewise.
4415 * typeck2.c (store_init_value): Call fold_non_dependent_expr instead
4613 * typeck2.c (store_init_value): Call cxx_constant_init instead of
H A DChangeLog-20192310 * typeck2.c (store_init_value): Don't call cp_fully_fold_init on
2346 * typeck2.c (store_init_value): Only clear_cv_and_fold_caches if the
2691 * typeck2.c (store_init_value): If a constinit variable wasn't
4583 * typeck2.c (store_init_value): Call braced_lists_to_string for more
5013 * typeck2.c (store_init_value): Likewise.
5154 * typeck2.c (store_init_value): Don't use cxx_constant_init in a
5332 * typeck2.c (store_init_value): Clear it.
5635 (store_init_value): Pass LOOKUP_ALLOW_FLEXARRAY_INIT parameter to
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-2016311 (store_init_value): Pass it.
351 * typeck2.c (store_init_value): Likewise.
806 * typeck2.c (store_init_value): Don't diagnose non-constant
3080 (store_init_value): Same.
3954 * typeck2.c (store_init_value): Call clear_cv_and_fold_caches.
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 Dtypeck2.cc813 store_init_value (tree decl, tree init, vec<tree, va_gc>** cleanups, int flags) in store_init_value() function
H A DChangeLog-2013633 * typeck2.c (store_init_value): Call maybe_constant_init after
2249 * typeck2.c (store_init_value): Diagnose a non-constant
2751 (store_init_value): Use build_vec_init for VLAs.
3649 * typeck2.c (store_init_value): Use reduced_constant_expression_p.
H A DChangeLog-2020775 * typeck2.c (store_init_value): Call fold_non_dependent_expr
913 * typeck2.c (store_init_value): Don't split_nonconstant_init in a
1529 * typeck2.c (store_init_value): Remove argument to
2471 * typeck2.c (store_init_value): Use DECL_DECLARED_CONSTINIT_P instead
5106 * typeck2.c (store_init_value): Fix arguments to
H A DChangeLog-2010721 * typeck2.c (store_init_value): Handle constant init.
1830 * typeck2.c (store_init_value): Likewise.
2095 * typeck2.c (store_init_value): Likewise.
H A DChangeLog-2012457 * typeck2.c (store_init_value): Call fold_non_dependent_expr
2853 * typeck2.c (store_init_value): Within a template guard
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 DChangeLog-20081552 * typeck2.c (store_init_value): Use init_list_type_node.
2460 * typeck2.c (store_init_value, process_init_constructor_array,
H A DChangeLog-20092527 (check_initializer): Pass flags to store_init_value.
2552 * typeck2.c (store_init_value): Take flags parm, pass to
H A Dinit.cc2275 init = store_init_value (exp, init, &cleanups, flags); in expand_aggr_init_1()
H A Ddecl2.cc2479 tree expr = store_init_value (vtbl, DECL_INITIAL (vtbl), &cleanups, in maybe_emit_vtables()
H A DChangeLog-2015755 (store_init_value): Likewise.
2938 * typeck2.c (store_init_value): Only replace_placeholders for
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.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dtypeck2.c864 store_init_value (tree decl, tree init, vec<tree, va_gc>** cleanups, int flags) in store_init_value() function
H A Ddecl2.c2275 tree expr = store_init_value (vtbl, DECL_INITIAL (vtbl), &cleanups, in maybe_emit_vtables()
H A Dinit.c2038 init = store_init_value (exp, init, &cleanups, flags); in expand_aggr_init_1()

12