Home
last modified time | relevance | path

Searched refs:get_edit_distance_cutoff (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dspellcheck.h69 extern edit_distance_t get_edit_distance_cutoff (size_t goal_len,
162 return ::get_edit_distance_cutoff (m_goal_len, candidate_len);
H A Dspellcheck.cc188 get_edit_distance_cutoff (size_t goal_len, size_t candidate_len) in get_edit_distance_cutoff() function
312 ASSERT_TRUE (get_edit_distance_cutoff (goal_len, candidate_len) in test_get_edit_distance_cutoff()
H A DChangeLog-202020705 (get_edit_distance_cutoff): Update.
33627 * spellcheck.c (get_edit_distance_cutoff): Likewise.
H A DChangeLog-201810664 * spellcheck.c (get_edit_distance_cutoff): New function.
10682 * spellcheck.h (get_edit_distance_cutoff): New function declaration.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dspellcheck.h69 extern edit_distance_t get_edit_distance_cutoff (size_t goal_len,
162 return ::get_edit_distance_cutoff (m_goal_len, candidate_len);
H A Dspellcheck.c173 get_edit_distance_cutoff (size_t goal_len, size_t candidate_len) in get_edit_distance_cutoff() function
294 ASSERT_TRUE (get_edit_distance_cutoff (goal_len, candidate_len) in test_get_edit_distance_cutoff()