Home
last modified time | relevance | path

Searched refs:static_aggregates (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc11506 ? 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 Ddecl.cc148 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 Ddecl2.cc5192 if (tree vars = prune_vars_needing_no_initialization (&static_aggregates)) in c_parse_final_cleanups()
H A Dcall.cc13031 static_aggregates = tree_cons (NULL_TREE, var, in set_up_extended_ref_temp()
13032 static_aggregates); in set_up_extended_ref_temp()
H A DChangeLog-20033856 * cp-tree.h (static_aggregates): Declare.
3864 * decl.h (static_aggregates): Remove.
H A DChangeLog-19995151 conditional. Don't put static data members in static_aggregates
6687 static_aggregates which is now provided by decl.h.
H A Dcp-tree.h5809 extern GTY(()) tree static_aggregates;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c144 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 Ddecl2.c4926 vars = prune_vars_needing_no_initialization (&static_aggregates); in c_parse_final_cleanups()
H A Dcall.c12278 static_aggregates = tree_cons (NULL_TREE, var, in set_up_extended_ref_temp()
12279 static_aggregates); in set_up_extended_ref_temp()
H A Dcp-tree.h5559 extern GTY(()) tree static_aggregates;