Searched refs:current_tinst_level (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
| H A D | pt.c | 68 static GTY(()) struct tinst_level *current_tinst_level; variable 9485 level = !current_tinst_level in add_pending_template() 9486 || current_tinst_level->maybe_get_node () != d; in add_pending_template() 9494 set_refcount_ptr (pt->tinst, current_tinst_level); in add_pending_template() 10743 struct tinst_level *lev = current_tinst_level; in limit_bad_template_recursion() 10805 set_refcount_ptr (new_level->next, current_tinst_level); in push_tinst_level_loc() 10806 set_refcount_ptr (current_tinst_level, new_level); in push_tinst_level_loc() 10851 input_location = current_tinst_level->locus; in pop_tinst_level() 10852 set_refcount_ptr (current_tinst_level, current_tinst_level->next); in pop_tinst_level() 10869 set_refcount_ptr (current_tinst_level, level); in reopen_tinst_level() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
| H A D | pt.cc | 70 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 …]
|
| H A D | ChangeLog-2000 | 1653 (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
|
| H A D | ChangeLog-2007 | 1280 (current_tinst_level): Change typo to "struct tinst_level *"
|
| H A D | ChangeLog-1995 | 2041 * cp-tree.h (current_tinst_level): Delete declaration, since it's
|