Searched refs:verify_gimple_pp (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple.cc | 3406 verify_gimple_pp (const char *expected, gimple *stmt) in verify_gimple_pp() function 3426 verify_gimple_pp ("tmp = 5;", stmt); in test_assign_single() 3456 verify_gimple_pp ("tmp = a * b;", stmt); in test_assign_binop() 3474 verify_gimple_pp ("GIMPLE_NOP", stmt); in test_nop_stmt() 3490 verify_gimple_pp ("return 7;", stmt); in test_return_stmt() 3506 verify_gimple_pp ("return;", stmt); in test_return_without_value()
|
H A D | ChangeLog-2016 | 21627 (selftest::verify_gimple_pp): New function.
|
H A D | ChangeLog-2018 | 20207 * gimple.c (verify_gimple_pp): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple.c | 3312 verify_gimple_pp (const char *expected, gimple *stmt) in verify_gimple_pp() function 3332 verify_gimple_pp ("tmp = 5;", stmt); in test_assign_single() 3362 verify_gimple_pp ("tmp = a * b;", stmt); in test_assign_binop() 3380 verify_gimple_pp ("GIMPLE_NOP", stmt); in test_nop_stmt() 3396 verify_gimple_pp ("return 7;", stmt); in test_return_stmt() 3412 verify_gimple_pp ("return;", stmt); in test_return_without_value()
|