Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Ddiagnostic.c1657 assert_location_text (const char *expected_loc_text, in assert_location_text() function
1683 assert_location_text ("PROGNAME:", NULL, 0, 0, true); in test_diagnostic_get_location_text()
1684 assert_location_text ("<built-in>:", "<built-in>", 42, 10, true); in test_diagnostic_get_location_text()
1685 assert_location_text ("foo.c:42:10:", "foo.c", 42, 10, true); in test_diagnostic_get_location_text()
1686 assert_location_text ("foo.c:42:", "foo.c", 42, 0, true); in test_diagnostic_get_location_text()
1687 assert_location_text ("foo.c:", "foo.c", 0, 10, true); in test_diagnostic_get_location_text()
1688 assert_location_text ("foo.c:42:", "foo.c", 42, 10, false); in test_diagnostic_get_location_text()
1689 assert_location_text ("foo.c:", "foo.c", 0, 10, false); in test_diagnostic_get_location_text()