Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple.cc3406 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 DChangeLog-201621627 (selftest::verify_gimple_pp): New function.
H A DChangeLog-201820207 * gimple.c (verify_gimple_pp): Likewise.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimple.c3312 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()