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

  /src/external/gpl3/gcc/dist/gcc/
input.cc 65 unsigned get_use_count () const { return m_use_count; }
72 void inc_use_count () { m_use_count++; }
120 unsigned m_use_count; member in class:file_cache_slot
378 m_use_count = 0;
477 m_use_count = ++highest_use_count;
548 : m_use_count (0), m_file_path (NULL), m_fp (NULL), m_data (0),
  /src/external/gpl3/gcc.old/dist/gcc/
input.cc 59 unsigned get_use_count () const { return m_use_count; }
65 void inc_use_count () { m_use_count++; }
113 unsigned m_use_count; member in class:file_cache_slot
392 m_use_count = 0;
476 m_use_count = ++highest_use_count;
544 : m_use_count (0), m_file_path (NULL), m_fp (NULL), m_data (0),

Completed in 20 milliseconds