/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | c-tree.h | 717 extern void store_init_value (location_t, tree, tree, tree);
|
H A D | c-decl.cc | 5366 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 D | c-tree.h | 700 extern void store_init_value (location_t, tree, tree, tree);
|
H A D | c-decl.c | 5255 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 D | ChangeLog-2014 | 160 (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 D | ChangeLog-2018 | 50 * 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 D | ChangeLog-2019 | 2310 * 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 D | ChangeLog-1994 | 926 * 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 D | ChangeLog-2016 | 311 (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 D | ChangeLog-2004 | 876 * 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 D | typeck2.cc | 813 store_init_value (tree decl, tree init, vec<tree, va_gc>** cleanups, int flags) in store_init_value() function
|
H A D | ChangeLog-2013 | 633 * 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 D | ChangeLog-2020 | 775 * 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 D | ChangeLog-2010 | 721 * typeck2.c (store_init_value): Handle constant init. 1830 * typeck2.c (store_init_value): Likewise. 2095 * typeck2.c (store_init_value): Likewise.
|
H A D | ChangeLog-2012 | 457 * typeck2.c (store_init_value): Call fold_non_dependent_expr 2853 * typeck2.c (store_init_value): Within a template guard
|
H A D | ChangeLog-1995 | 1626 * 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 D | ChangeLog-2008 | 1552 * typeck2.c (store_init_value): Use init_list_type_node. 2460 * typeck2.c (store_init_value, process_init_constructor_array,
|
H A D | ChangeLog-2009 | 2527 (check_initializer): Pass flags to store_init_value. 2552 * typeck2.c (store_init_value): Take flags parm, pass to
|
H A D | init.cc | 2275 init = store_init_value (exp, init, &cleanups, flags); in expand_aggr_init_1()
|
H A D | decl2.cc | 2479 tree expr = store_init_value (vtbl, DECL_INITIAL (vtbl), &cleanups, in maybe_emit_vtables()
|
H A D | ChangeLog-2015 | 755 (store_init_value): Likewise. 2938 * typeck2.c (store_init_value): Only replace_placeholders for
|
H A D | ChangeLog-2003 | 2605 * 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 D | typeck2.c | 864 store_init_value (tree decl, tree init, vec<tree, va_gc>** cleanups, int flags) in store_init_value() function
|
H A D | decl2.c | 2275 tree expr = store_init_value (vtbl, DECL_INITIAL (vtbl), &cleanups, in maybe_emit_vtables()
|
H A D | init.c | 2038 init = store_init_value (exp, init, &cleanups, flags); in expand_aggr_init_1()
|