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

  /src/external/gpl3/gcc/dist/gcc/
input.cc 45 file_cache::initialize_input_context (diagnostic_input_charset_callback ccb,
74 bool create (const file_cache::input_context &in_context,
315 file_cache::lookup_file (const char *file_path)
342 file_cache::forcibly_evict_file (const char *file_path)
359 file_cache::missing_trailing_newline_p (const char *file_path)
389 file_cache::evicted_cache_tab_entry (unsigned *highest_use_count)
429 file_cache::add_file (const char *file_path)
461 file_cache_slot::create (const file_cache::input_context &in_context,
512 /* file_cache's ctor. */
514 file_cache::file_cache ( function in class:file_cache
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 39 file_cache::initialize_input_context (diagnostic_input_charset_callback ccb,
67 bool create (const file_cache::input_context &in_context,
291 global_dc->m_file_cache = new file_cache ();
331 file_cache::lookup_file (const char *file_path)
369 file_cache::forcibly_evict_file (const char *file_path)
403 file_cache::evicted_cache_tab_entry (unsigned *highest_use_count)
442 file_cache::add_file (const char *file_path)
460 file_cache_slot::create (const file_cache::input_context &in_context,
511 /* file_cache's ctor. */
513 file_cache::file_cache ( function in class:file_cache
    [all...]

Completed in 128 milliseconds