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

/freebsd-10.1-release/contrib/gcc/cp/
H A Dpt.c5207 static int tinst_depth;
5223 if (tinst_depth >= max_tinst_depth)
5248 ++tinst_depth;
5250 if (tinst_depth > depth_reached)
5251 depth_reached = tinst_depth;
5271 --tinst_depth;
5284 tinst_depth = 0;
5286 ++tinst_depth;
12500 tinst_depth = 0;
5206 static int tinst_depth; variable

Completed in 128 milliseconds