Searched refs:found_fn (Results 1 – 2 of 2) sorted by relevance
432 Bool found_file_line, found_fn, result = True; in CLG_() local447 found_fn = VG_(get_fnname)(instr_addr, fn_name); in CLG_()449 if (!found_file_line && !found_fn) { in CLG_()456 } else if ( found_file_line && found_fn) { in CLG_()460 } else if ( found_file_line && !found_fn) { in CLG_()
218 Bool found_fn = VG_(get_fnname)(instr_addr, fn); in get_debug_info() local224 if (!found_fn) { in get_debug_info()229 if (found_fn) full_debugs++; in get_debug_info()232 if (found_fn) fn_debugs++; in get_debug_info()