Searched refs:ASSERT_NOT_SUGGESTED_FOR (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | spellcheck.c | 329 #define ASSERT_NOT_SUGGESTED_FOR(CANDIDATE, TARGET) \ macro 359 ASSERT_NOT_SUGGESTED_FOR ("a", "b"); in test_suggestions() 362 ASSERT_NOT_SUGGESTED_FOR ("sqrt", "assert"); in test_suggestions() 365 ASSERT_NOT_SUGGESTED_FOR ("INT8_MAX", "PATH_MAX"); in test_suggestions() 368 ASSERT_NOT_SUGGESTED_FOR ("nice", "time"); in test_suggestions() 369 ASSERT_NOT_SUGGESTED_FOR ("nanl", "name"); in test_suggestions() 372 ASSERT_NOT_SUGGESTED_FOR ("carg", "bar"); in test_suggestions() 373 ASSERT_NOT_SUGGESTED_FOR ("char", "bar"); in test_suggestions() 376 ASSERT_NOT_SUGGESTED_FOR ("-optimize", "fsanitize"); in test_suggestions() 379 ASSERT_NOT_SUGGESTED_FOR ("__DATE__", "__i386__"); in test_suggestions() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | spellcheck.cc | 347 #define ASSERT_NOT_SUGGESTED_FOR(CANDIDATE, TARGET) \ macro 377 ASSERT_NOT_SUGGESTED_FOR ("a", "b"); in test_suggestions() 380 ASSERT_NOT_SUGGESTED_FOR ("sqrt", "assert"); in test_suggestions() 383 ASSERT_NOT_SUGGESTED_FOR ("INT8_MAX", "PATH_MAX"); in test_suggestions() 386 ASSERT_NOT_SUGGESTED_FOR ("nice", "time"); in test_suggestions() 387 ASSERT_NOT_SUGGESTED_FOR ("nanl", "name"); in test_suggestions() 390 ASSERT_NOT_SUGGESTED_FOR ("carg", "bar"); in test_suggestions() 391 ASSERT_NOT_SUGGESTED_FOR ("char", "bar"); in test_suggestions() 394 ASSERT_NOT_SUGGESTED_FOR ("-optimize", "fsanitize"); in test_suggestions() 397 ASSERT_NOT_SUGGESTED_FOR ("__DATE__", "__i386__"); in test_suggestions() [all …]
|
H A D | ChangeLog-2018 | 10676 (ASSERT_NOT_SUGGESTED_FOR): New macro.
|