Searched refs:stream_file (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | lto-streamer-in.c | 510 static const char *stream_file; 555 stream_file = canon_file_name (stream_relative_path_prefix, 578 if (current_file == stream_file 593 = {stream_file, loc, stream_line, stream_col, stream_sysp, block};
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | lto-streamer-in.cc | 510 static const char *stream_file; in input_location_and_block() local 555 stream_file = canon_file_name (stream_relative_path_prefix, in input_location_and_block() 578 if (current_file == stream_file in input_location_and_block() 593 = {stream_file, loc, stream_line, stream_col, stream_sysp, block}; in input_location_and_block()
|