Searched refs:tls_aggregates (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | ChangeLog-2012 | 657 * 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 D | module.cc | 11506 ? 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 D | decl2.cc | 4796 tree vars = prune_vars_needing_no_initialization (&tls_aggregates); in handle_tls_init()
|
H A D | decl.cc | 151 tree tls_aggregates; variable 9757 tls_aggregates = tree_cons (init, decl, tls_aggregates); in expand_static_init()
|
H A D | call.cc | 13028 tls_aggregates = tree_cons (NULL_TREE, var, in set_up_extended_ref_temp() 13029 tls_aggregates); in set_up_extended_ref_temp()
|
H A D | cp-tree.h | 5811 extern GTY(()) tree tls_aggregates;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | decl2.c | 4534 tree vars = prune_vars_needing_no_initialization (&tls_aggregates); in handle_tls_init()
|
H A D | decl.c | 147 tree tls_aggregates; variable 9111 tls_aggregates = tree_cons (init, decl, tls_aggregates); in expand_static_init()
|
H A D | call.c | 12275 tls_aggregates = tree_cons (NULL_TREE, var, in set_up_extended_ref_temp() 12276 tls_aggregates); in set_up_extended_ref_temp()
|
H A D | cp-tree.h | 5561 extern GTY(()) tree tls_aggregates;
|