Searched refs:assert_pp_format (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | pretty-print.cc | 2283 assert_pp_format (const location &loc, const char *expected, in assert_pp_format() function 2319 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \ 2325 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \ 2331 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \ 2345 assert_pp_format (SELFTEST_LOCATION, "unformatted", "unformatted"); in test_pp_format() 2433 assert_pp_format (SELFTEST_LOCATION, in test_pp_format() 2437 assert_pp_format (SELFTEST_LOCATION, "item 3 of 7", "item %i of %i", 3, 7); in test_pp_format() 2438 assert_pp_format (SELFTEST_LOCATION, "problem with `bar' at line 10", in test_pp_format()
|
H A D | ChangeLog-2016 | 20708 (assert_pp_format): Add location param and pass it to 21233 (selftest::assert_pp_format): New function.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | pretty-print.c | 2283 assert_pp_format (const location &loc, const char *expected, in assert_pp_format() function 2319 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \ 2325 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \ 2331 assert_pp_format ((SELFTEST_LOCATION), (EXPECTED), (FMT), \ 2345 assert_pp_format (SELFTEST_LOCATION, "unformatted", "unformatted"); in test_pp_format() 2433 assert_pp_format (SELFTEST_LOCATION, in test_pp_format() 2437 assert_pp_format (SELFTEST_LOCATION, "item 3 of 7", "item %i of %i", 3, 7); in test_pp_format() 2438 assert_pp_format (SELFTEST_LOCATION, "problem with `bar' at line 10", in test_pp_format()
|