HomeSort by: relevance | last modified time | path
    Searched refs:lookup_or_add_file (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
input.h 141 file_cache_slot *lookup_or_add_file (const char *file_path);
input.cc 363 file_cache_slot *r = lookup_or_add_file (file_path);
536 file_cache::lookup_or_add_file (const char *file_path) function in class:file_cache
943 file_cache_slot *c = lookup_or_add_file (file_path);
1050 file_cache_slot *c = lookup_or_add_file (file_path);
  /src/external/gpl3/gcc.old/dist/gcc/
input.h 136 file_cache_slot *lookup_or_add_file (const char *file_path);
input.cc 532 file_cache::lookup_or_add_file (const char *file_path) function in class:file_cache
904 file_cache_slot *c = global_dc->m_file_cache->lookup_or_add_file (file_path);
924 file_cache_slot *c = global_dc->m_file_cache->lookup_or_add_file (file_path);

Completed in 21 milliseconds