HomeSort by relevance Sort by last modified time
    Searched refs:found_fn (Results 1 - 2 of 2) sorted by null

  /external/valgrind/callgrind/
fn.c 432 Bool found_file_line, found_fn, result = True; local
447 found_fn = VG_(get_fnname)(instr_addr, fn_name);
449 if (!found_file_line && !found_fn) {
456 } else if ( found_file_line && found_fn) {
460 } else if ( found_file_line && !found_fn) {
465 } else /*(!found_file_line && found_fn)*/ {
  /external/valgrind/cachegrind/
cg_main.c 218 Bool found_fn = VG_(get_fnname)(instr_addr, fn); local
224 if (!found_fn) {
229 if (found_fn) full_debugs++;
232 if (found_fn) fn_debugs++;
    [all...]

Completed in 89 milliseconds