Searched refs:recursion_depth (Results 1 – 6 of 6) sorted by relevance
551 int *recursion_depth) in var_is_used_for_virtual_call_p() argument563 if (*recursion_depth > 25) in var_is_used_for_virtual_call_p()569 *recursion_depth = *recursion_depth + 1; in var_is_used_for_virtual_call_p()594 recursion_depth); in var_is_used_for_virtual_call_p()617 recursion_depth); in var_is_used_for_virtual_call_p()674 int recursion_depth = 0; in verify_bb_vtables() local678 &recursion_depth)) in verify_bb_vtables()
20559 (var_is_used_for_virtual_call_p): Add recursion_depth parameter;20560 update recursion_depth on function entry; pass it to every recursive20562 (verify_bb_vtables): Initialize recursion_depth and pass it to
69 int recursion_depth = 0; variable106 rc = recursion_depth++; in bar()
545 static int recursion_depth; in mparse_readfd() local554 if (recursion_depth > 64) { in mparse_readfd()585 recursion_depth++; in mparse_readfd()587 if (--recursion_depth == 0) in mparse_readfd()
175465 (dwarf_expr_context::recursion_depth): Make private and add