Home
last modified time | relevance | path

Searched refs:current_tinst_level (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dpt.cc70 static GTY(()) struct tinst_level *current_tinst_level; variable
9712 level = !current_tinst_level in add_pending_template()
9713 || current_tinst_level->maybe_get_node () != d; in add_pending_template()
9721 set_refcount_ptr (pt->tinst, current_tinst_level); in add_pending_template()
11050 struct tinst_level *lev = current_tinst_level; in limit_bad_template_recursion()
11130 set_refcount_ptr (new_level->next, current_tinst_level); in push_tinst_level_loc()
11131 set_refcount_ptr (current_tinst_level, new_level); in push_tinst_level_loc()
11176 input_location = current_tinst_level->locus; in pop_tinst_level()
11177 set_refcount_ptr (current_tinst_level, current_tinst_level->next); in pop_tinst_level()
11194 set_refcount_ptr (current_tinst_level, level); in reopen_tinst_level()
[all …]
DChangeLog-20001653 (current_tinst_level): Make static to reflect Brendan Kehoe's
3215 * pt.c (current_tinst_level): Now a tree.
3219 (init_pt): Register current_tinst_level as a root.
3220 (add_pending_template): Put current_tinst_level in TREE_PURPOSE
DChangeLog-20071280 (current_tinst_level): Change typo to "struct tinst_level *"
DChangeLog-19952041 * cp-tree.h (current_tinst_level): Delete declaration, since it's