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

  /src/external/gpl3/gcc/dist/libcpp/
files.cc 176 bool *invalid_pch);
178 bool *invalid_pch, location_t loc);
295 found. Set *INVALID_PCH if a PCH file is found but wasn't valid. */
298 pch_open_file (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch)
357 *invalid_pch = true;
390 Set *INVALID_PCH to true if a PCH file is found but wasn't valid.
394 find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch,
440 if (pch_open_file (pfile, file, invalid_pch))
526 bool invalid_pch = false; local
563 if (find_file_in_dir (pfile, file, &invalid_pch, loc)
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
files.cc 172 bool *invalid_pch);
174 bool *invalid_pch, location_t loc);
290 found. Set *INVALID_PCH if a PCH file is found but wasn't valid. */
293 pch_open_file (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch)
352 *invalid_pch = true;
385 Set *INVALID_PCH to true if a PCH file is found but wasn't valid.
389 find_file_in_dir (cpp_reader *pfile, _cpp_file *file, bool *invalid_pch,
435 if (pch_open_file (pfile, file, invalid_pch))
521 bool invalid_pch = false; local
549 if (find_file_in_dir (pfile, file, &invalid_pch, loc)
    [all...]

Completed in 53 milliseconds