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

  /external/valgrind/main/callgrind/
fn.c 422 Bool found_file_line, found_fn, found_dirname, result = True; local
439 found_fn = VG_(get_fnname)(instr_addr,
450 if (!found_file_line && !found_fn) {
457 } else if ( found_file_line && found_fn) {
461 } else if ( found_file_line && !found_fn) {
466 } else /*(!found_file_line && found_fn)*/ {
  /external/valgrind/main/cachegrind/
cg_main.c 226 Bool found_fn = VG_(get_fnname)(instr_addr, fn, FN_LEN); local
232 if (!found_fn) {
245 if (found_fn) full_debugs++;
248 if (found_fn) fn_debugs++;
    [all...]

Completed in 151 milliseconds