Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.c2515 #define ASSERT_C_PRETTY_PRINTER_OUTPUT(EXPECTED, EXPR) \ macro
2533 ASSERT_C_PRETTY_PRINTER_OUTPUT ("foo", decl); in test_location_wrappers()
2534 ASSERT_C_PRETTY_PRINTER_OUTPUT ("foo", wrapped_decl); in test_location_wrappers()
2540 ASSERT_C_PRETTY_PRINTER_OUTPUT ("42", int_cst); in test_location_wrappers()
2541 ASSERT_C_PRETTY_PRINTER_OUTPUT ("42", wrapped_cst); in test_location_wrappers()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc2985 #define ASSERT_C_PRETTY_PRINTER_OUTPUT(EXPECTED, EXPR) \ macro
3003 ASSERT_C_PRETTY_PRINTER_OUTPUT ("foo", decl); in test_location_wrappers()
3004 ASSERT_C_PRETTY_PRINTER_OUTPUT ("foo", wrapped_decl); in test_location_wrappers()
3010 ASSERT_C_PRETTY_PRINTER_OUTPUT ("42", int_cst); in test_location_wrappers()
3011 ASSERT_C_PRETTY_PRINTER_OUTPUT ("42", wrapped_cst); in test_location_wrappers()
H A DChangeLog4646 (ASSERT_C_PRETTY_PRINTER_OUTPUT): New macro.