Searched refs:static_aggregates (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | module.cc | 11506 ? tls_aggregates : static_aggregates); in write_var_def() 11554 static_aggregates = tree_cons (dyn_init, decl, static_aggregates); in read_var_def() 17138 if (!static_aggregates && !tls_aggregates) in write_inits() 17144 static_aggregates = nreverse (static_aggregates); in write_inits() 17151 tree list = static_aggregates; in write_inits()
|
H A D | decl.cc | 148 tree static_aggregates; variable 2573 tree oldstatic = value_member (olddecl, static_aggregates); in duplicate_decls() 9759 static_aggregates = tree_cons (init, decl, static_aggregates); in expand_static_init()
|
H A D | decl2.cc | 5192 if (tree vars = prune_vars_needing_no_initialization (&static_aggregates)) in c_parse_final_cleanups()
|
H A D | call.cc | 13031 static_aggregates = tree_cons (NULL_TREE, var, in set_up_extended_ref_temp() 13032 static_aggregates); in set_up_extended_ref_temp()
|
H A D | ChangeLog-2003 | 3856 * cp-tree.h (static_aggregates): Declare. 3864 * decl.h (static_aggregates): Remove.
|
H A D | ChangeLog-1999 | 5151 conditional. Don't put static data members in static_aggregates 6687 static_aggregates which is now provided by decl.h.
|
H A D | cp-tree.h | 5809 extern GTY(()) tree static_aggregates;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl.c | 144 tree static_aggregates; variable 2405 tree oldstatic = value_member (olddecl, static_aggregates); in duplicate_decls() 9113 static_aggregates = tree_cons (init, decl, static_aggregates); in expand_static_init()
|
H A D | decl2.c | 4926 vars = prune_vars_needing_no_initialization (&static_aggregates); in c_parse_final_cleanups()
|
H A D | call.c | 12278 static_aggregates = tree_cons (NULL_TREE, var, in set_up_extended_ref_temp() 12279 static_aggregates); in set_up_extended_ref_temp()
|
H A D | cp-tree.h | 5559 extern GTY(()) tree static_aggregates;
|