Searched refs:find_closest_string (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dspellcheck.c147 find_closest_string (const char *target, function
306 ASSERT_EQ_AT (loc, candidate, find_closest_string (target, &candidates));
324 ASSERT_EQ_AT (loc, NULL, find_closest_string (target, &candidates));
386 /* Verify that find_closest_string is sane. */
394 ASSERT_EQ (NULL, find_closest_string ("", &candidates));
401 ASSERT_STREQ ("apple", find_closest_string ("app", &candidates));
402 ASSERT_STREQ ("banana", find_closest_string ("banyan", &candidates));
403 ASSERT_STREQ ("cherry", find_closest_string ("berry", &candidates));
404 ASSERT_EQ (NULL, find_closest_string ("not like the others", &candidates));
412 ASSERT_STREQ ("apple", find_closest_string ("ap
[all...]
H A Dspellcheck.h35 find_closest_string (const char *target,
H A Dopt-suggestions.c45 return find_closest_string
H A Dopts-common.c1260 return find_closest_string (arg, &candidates);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dspellcheck.cc162 find_closest_string (const char *target, function
324 ASSERT_EQ_AT (loc, candidate, find_closest_string (target, &candidates));
342 ASSERT_EQ_AT (loc, NULL, find_closest_string (target, &candidates));
404 /* Verify that find_closest_string is sane. */
412 ASSERT_EQ (NULL, find_closest_string ("", &candidates));
419 ASSERT_STREQ ("apple", find_closest_string ("app", &candidates));
420 ASSERT_STREQ ("banana", find_closest_string ("banyan", &candidates));
421 ASSERT_STREQ ("cherry", find_closest_string ("berry", &candidates));
422 ASSERT_EQ (NULL, find_closest_string ("not like the others", &candidates));
430 ASSERT_STREQ ("apple", find_closest_string ("ap
[all...]
H A Dspellcheck.h35 find_closest_string (const char *target,
H A Dopt-suggestions.cc45 return find_closest_string
H A Dopts-common.cc1364 return find_closest_string (arg, &candidates);
H A Ddumpfile.cc1924 const char *hint = find_closest_string (arg, &candidates);

Completed in 120 milliseconds