Home
last modified time | relevance | path

Searched refs:m_file_cache (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dinput.cc290 if (global_dc->m_file_cache == NULL) in diagnostic_file_cache_init()
291 global_dc->m_file_cache = new file_cache (); in diagnostic_file_cache_init()
300 if (global_dc->m_file_cache) in diagnostic_file_cache_fini()
302 delete global_dc->m_file_cache; in diagnostic_file_cache_fini()
303 global_dc->m_file_cache = NULL; in diagnostic_file_cache_fini()
362 if (!global_dc->m_file_cache) in diagnostics_file_cache_forcibly_evict_file()
365 global_dc->m_file_cache->forcibly_evict_file (file_path); in diagnostics_file_cache_forcibly_evict_file()
904 file_cache_slot *c = global_dc->m_file_cache->lookup_or_add_file (file_path); in location_get_source_line()
924 file_cache_slot *c = global_dc->m_file_cache->lookup_or_add_file (file_path); in location_missing_trailing_newline()
H A Ddiagnostic.h171 file_cache *m_file_cache; member
H A Ddiagnostic.cc306 if (!context->m_file_cache) in diagnostic_initialize_input_context()
307 context->m_file_cache = new file_cache; in diagnostic_initialize_input_context()
308 context->m_file_cache->initialize_input_context (ccb, should_skip_bom); in diagnostic_initialize_input_context()
H A DChangeLog-202121277 * diagnostic.h (diagnostic_context::m_file_cache): New field.
21289 (fcache_tab): Delete, in favor of global_dc->m_file_cache.
21292 to global_dc->m_file_cache.
21297 fcache_tab to global_dc->m_file_cache, moving most of
21334 global_dc->m_file_cache.