Lines Matching refs:ASSERT_NOT_SUGGESTED_FOR
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()
382 ASSERT_NOT_SUGGESTED_FOR ("start_input_device", "InputDevice"); in test_suggestions()