Home
last modified time | relevance | path

Searched refs:tls_aggregates (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2012657 * decl.c: Define tls_aggregates.
658 (expand_static_init): Remove sorry. Add to tls_aggregates.
659 * cp-tree.h: Declare tls_aggregates.
660 * call.c (set_up_extended_ref_temp): Add to tls_aggregates.
H A Dmodule.cc11506 ? tls_aggregates : static_aggregates); in write_var_def()
11552 tls_aggregates = tree_cons (dyn_init, decl, tls_aggregates); in read_var_def()
17138 if (!static_aggregates && !tls_aggregates) in write_inits()
17145 tls_aggregates = nreverse (tls_aggregates); in write_inits()
17163 list = tls_aggregates; in write_inits()
H A Ddecl2.cc4796 tree vars = prune_vars_needing_no_initialization (&tls_aggregates); in handle_tls_init()
H A Ddecl.cc151 tree tls_aggregates; variable
9757 tls_aggregates = tree_cons (init, decl, tls_aggregates); in expand_static_init()
H A Dcall.cc13028 tls_aggregates = tree_cons (NULL_TREE, var, in set_up_extended_ref_temp()
13029 tls_aggregates); in set_up_extended_ref_temp()
H A Dcp-tree.h5811 extern GTY(()) tree tls_aggregates;
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl2.c4534 tree vars = prune_vars_needing_no_initialization (&tls_aggregates); in handle_tls_init()
H A Ddecl.c147 tree tls_aggregates; variable
9111 tls_aggregates = tree_cons (init, decl, tls_aggregates); in expand_static_init()
H A Dcall.c12275 tls_aggregates = tree_cons (NULL_TREE, var, in set_up_extended_ref_temp()
12276 tls_aggregates); in set_up_extended_ref_temp()
H A Dcp-tree.h5561 extern GTY(()) tree tls_aggregates;