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

  /src/external/gpl3/gcc/dist/gcc/
spellcheck.h 97 m_best_candidate (NULL),
157 m_best_candidate = candidate;
163 m_best_candidate, update (without recomputing the edit distance to
171 m_best_candidate = best_candidate;
192 if (m_best_candidate)
208 return m_best_candidate;
215 return m_best_candidate;
224 candidate_t m_best_candidate; variable
  /src/external/gpl3/gcc.old/dist/gcc/
spellcheck.h 97 m_best_candidate (NULL),
138 m_best_candidate = candidate;
144 m_best_candidate, update (without recomputing the edit distance to
152 m_best_candidate = best_candidate;
173 if (m_best_candidate)
189 return m_best_candidate;
196 return m_best_candidate;
205 candidate_t m_best_candidate; variable

Completed in 14 milliseconds