Searched refs:found_file_line (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/callgrind/
H A Dfn.c432 Bool found_file_line, found_fn, result = True; local
443 found_file_line = VG_(get_filename_linenum)(instr_addr,
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)*/ {
H A Ddump.c366 Bool found_file_line; local
373 found_file_line = debug_cache_info[cachepos];
376 found_file_line = VG_(get_filename_linenum)(addr,
380 if (!found_file_line) {
386 debug_cache_info[cachepos] = found_file_line;
400 return found_file_line;
/external/valgrind/cachegrind/
H A Dcg_main.c213 Bool found_file_line = VG_(get_filename_linenum)( local
220 if (!found_file_line) {
228 if (found_file_line) {

Completed in 393 milliseconds