Searched refs:current_depth (Results 1 – 3 of 3) sorted by relevance
923 static int current_depth = 0; variable932 i < (current_depth > MAX_DEPTH ? MAX_DEPTH : current_depth); in push_used()941 if (current_depth < MAX_DEPTH) in push_used()942 call_trace[current_depth] = v; in push_used()943 current_depth++; in push_used()950 current_depth--; in pop_used()
171 static int current_depth; variable182 current_depth = depth;272 if (current_depth > 0) in begin_output()
1038 int current_depth = 0; in is_specialization_of_friend() local1040 while (current_depth < template_depth) in is_specialization_of_friend()1044 if (current_depth == 0) in is_specialization_of_friend()1048 current_depth++; in is_specialization_of_friend()