Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dfunction-tests.c477 gimple_seq seq_bind_body = gimple_bind_body (as_a <gbind *> (bind_stmt)); in test_gimplification() local
480 ASSERT_TRUE (seq_bind_body != NULL); in test_gimplification()
481 gimple *stmt1 = gimple_seq_first_stmt (seq_bind_body); in test_gimplification()
H A Dfunction-tests.cc478 gimple_seq seq_bind_body = gimple_bind_body (as_a <gbind *> (bind_stmt)); in test_gimplification() local
481 ASSERT_TRUE (seq_bind_body != NULL); in test_gimplification()
482 gimple *stmt1 = gimple_seq_first_stmt (seq_bind_body); in test_gimplification()
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dfunction-tests.c477 gimple_seq seq_bind_body = gimple_bind_body (as_a <gbind *> (bind_stmt)); in test_gimplification() local
480 ASSERT_TRUE (seq_bind_body != NULL); in test_gimplification()
481 gimple *stmt1 = gimple_seq_first_stmt (seq_bind_body); in test_gimplification()