Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
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()