| /src/external/gpl3/gcc/dist/gcc/ |
| spellcheck.cc | 337 assert_not_suggested_for (const location &loc, const char *candidate, function in namespace:selftest 347 #define ASSERT_NOT_SUGGESTED_FOR(CANDIDATE, TARGET) \ 349 assert_not_suggested_for (SELFTEST_LOCATION, CANDIDATE, TARGET); \ 377 ASSERT_NOT_SUGGESTED_FOR ("a", "b"); 380 ASSERT_NOT_SUGGESTED_FOR ("sqrt", "assert"); 383 ASSERT_NOT_SUGGESTED_FOR ("INT8_MAX", "PATH_MAX"); 386 ASSERT_NOT_SUGGESTED_FOR ("nice", "time"); 387 ASSERT_NOT_SUGGESTED_FOR ("nanl", "name"); 390 ASSERT_NOT_SUGGESTED_FOR ("carg", "bar"); 391 ASSERT_NOT_SUGGESTED_FOR ("char", "bar") [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| spellcheck.cc | 337 assert_not_suggested_for (const location &loc, const char *candidate, function in namespace:selftest 347 #define ASSERT_NOT_SUGGESTED_FOR(CANDIDATE, TARGET) \ 349 assert_not_suggested_for (SELFTEST_LOCATION, CANDIDATE, TARGET); \ 377 ASSERT_NOT_SUGGESTED_FOR ("a", "b"); 380 ASSERT_NOT_SUGGESTED_FOR ("sqrt", "assert"); 383 ASSERT_NOT_SUGGESTED_FOR ("INT8_MAX", "PATH_MAX"); 386 ASSERT_NOT_SUGGESTED_FOR ("nice", "time"); 387 ASSERT_NOT_SUGGESTED_FOR ("nanl", "name"); 390 ASSERT_NOT_SUGGESTED_FOR ("carg", "bar"); 391 ASSERT_NOT_SUGGESTED_FOR ("char", "bar") [all...] |