Home
last modified time | relevance | path

Searched refs:tinst_depth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c10755 static int tinst_depth; variable
10769 if (tinst_depth >= max_tinst_depth) in push_tinst_level_loc()
10808 ++tinst_depth; in push_tinst_level_loc()
10809 if (GATHER_STATISTICS && (tinst_depth > depth_reached)) in push_tinst_level_loc()
10810 depth_reached = tinst_depth; in push_tinst_level_loc()
10853 --tinst_depth; in pop_tinst_level()
10865 tinst_depth = 0; in reopen_tinst_level()
10867 ++tinst_depth; in reopen_tinst_level()
26135 tinst_depth = 0; in instantiate_pending_templates()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc11079 static int tinst_depth; variable
11093 if (tinst_depth >= max_tinst_depth) in push_tinst_level_loc()
11133 ++tinst_depth; in push_tinst_level_loc()
11134 if (GATHER_STATISTICS && (tinst_depth > depth_reached)) in push_tinst_level_loc()
11135 depth_reached = tinst_depth; in push_tinst_level_loc()
11178 --tinst_depth; in pop_tinst_level()
11190 tinst_depth = 0; in reopen_tinst_level()
11192 ++tinst_depth; in reopen_tinst_level()
26985 tinst_depth = 0; in instantiate_pending_templates()