Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dvtable-verify.c551 int *recursion_depth) in var_is_used_for_virtual_call_p() argument
563 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() local
678 &recursion_depth)) in verify_bb_vtables()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dvtable-verify.cc551 int *recursion_depth) in var_is_used_for_virtual_call_p() argument
563 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() local
678 &recursion_depth)) in verify_bb_vtables()
H A DChangeLog-201520559 (var_is_used_for_virtual_call_p): Add recursion_depth parameter;
20560 update recursion_depth on function entry; pass it to every recursive
20562 (verify_bb_vtables): Initialize recursion_depth and pass it to
/netbsd-src/tests/lib/libpthread/
H A Dt_fpu.c69 int recursion_depth = 0; variable
106 rc = recursion_depth++; in bar()
/netbsd-src/external/bsd/mdocml/dist/
H A Dread.c545 static int recursion_depth; in mparse_readfd() local
554 if (recursion_depth > 64) { in mparse_readfd()
585 recursion_depth++; in mparse_readfd()
587 if (--recursion_depth == 0) in mparse_readfd()
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git175465 (dwarf_expr_context::recursion_depth): Make private and add