Home
last modified time | relevance | path

Searched refs:empty_body_p (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dgimple.c1374 return empty_body_p (gimple_bind_body (bind_stmt)); in empty_stmt_p()
1382 empty_body_p (gimple_seq body) in empty_body_p() function
H A Dgimple.h1487 bool empty_body_p (gimple_seq);
H A Domp-low.c1768 && empty_body_p (gimple_omp_body (stmt)) in scan_omp_parallel()
1817 && empty_body_p (gimple_omp_body (stmt)) in scan_omp_task()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgimple.c1298 return empty_body_p (gimple_bind_body (stmt)); in empty_stmt_p()
1306 empty_body_p (gimple_seq body) in empty_body_p() function
H A Dgimple.h955 bool empty_body_p (gimple_seq);
H A Domp-low.c1649 && empty_body_p (gimple_omp_body (stmt)) in scan_omp_parallel()
1696 && empty_body_p (gimple_omp_body (stmt))) in scan_omp_task()