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

  /src/external/gpl3/gcc/dist/gcc/
input.h 124 class file_cache_slot;
141 file_cache_slot *lookup_or_add_file (const char *file_path);
158 file_cache_slot *evicted_cache_tab_entry (unsigned *highest_use_count);
159 file_cache_slot *add_file (const char *file_path);
160 file_cache_slot *lookup_file (const char *file_path);
164 file_cache_slot *m_file_slots;
input.cc 54 class file_cache_slot class
57 file_cache_slot ();
58 ~file_cache_slot ();
314 file_cache_slot *
320 file_cache_slot *r = NULL;
323 file_cache_slot *c = &m_file_slots[i];
346 file_cache_slot *r = lookup_file (file_path);
363 file_cache_slot *r = lookup_or_add_file (file_path);
368 file_cache_slot::evict ()
388 file_cache_slot*
547 file_cache_slot::file_cache_slot () function in class:file_cache_slot
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
input.h 119 class file_cache_slot;
136 file_cache_slot *lookup_or_add_file (const char *file_path);
149 file_cache_slot *evicted_cache_tab_entry (unsigned *highest_use_count);
150 file_cache_slot *add_file (const char *file_path);
151 file_cache_slot *lookup_file (const char *file_path);
155 file_cache_slot *m_file_slots;
input.cc 48 class file_cache_slot class
51 file_cache_slot ();
52 ~file_cache_slot ();
330 file_cache_slot *
336 file_cache_slot *r = NULL;
339 file_cache_slot *c = &m_file_slots[i];
373 file_cache_slot *r = lookup_file (file_path);
382 file_cache_slot::evict ()
402 file_cache_slot*
407 file_cache_slot *to_evict = &m_file_slots[0]
543 file_cache_slot::file_cache_slot () function in class:file_cache_slot
    [all...]

Completed in 58 milliseconds