Home
last modified time | relevance | path

Searched refs:m_file_slots (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dinput.h155 file_cache_slot *m_file_slots; variable
H A Dinput.cc339 file_cache_slot *c = &m_file_slots[i]; in lookup_file()
407 file_cache_slot *to_evict = &m_file_slots[0]; in evicted_cache_tab_entry()
411 file_cache_slot *c = &m_file_slots[i]; in evicted_cache_tab_entry()
514 : m_file_slots (new file_cache_slot[num_file_slots]) in file_cache()
523 delete[] m_file_slots; in ~file_cache()