HomeSort by: relevance | last modified time | path
    Searched defs:this_input_filename (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-opts.cc 63 static const char *this_input_filename; variable
1238 *pfilename = this_input_filename
1245 if (this_input_filename == NULL)
1328 this_input_filename
1332 if (!this_input_filename)
1665 (*debug_hooks->start_source_file) (0, this_input_filename);
1726 cpp_change_file (parse_in, LC_RENAME, this_input_filename);
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-opts.cc 61 static const char *this_input_filename; variable
1166 *pfilename = this_input_filename
1173 if (this_input_filename == NULL)
1257 this_input_filename
1266 if (!this_input_filename)
1543 (*debug_hooks->start_source_file) (0, this_input_filename);
1604 cpp_change_file (parse_in, LC_RENAME, this_input_filename);

Completed in 51 milliseconds