Searched refs:OMP_CRITICAL_BODY (Results 1 – 6 of 6) sorted by relevance
56 OMP_CRITICAL_BODY (stmt) = body; in c_finish_omp_critical()
3979 lower_omp (&OMP_CRITICAL_BODY (stmt), ctx); in lower_omp_critical()3980 maybe_catch_exception (&OMP_CRITICAL_BODY (stmt)); in lower_omp_critical()3981 append_to_statement_list (OMP_CRITICAL_BODY (stmt), &BIND_EXPR_BODY (bind)); in lower_omp_critical()3982 OMP_CRITICAL_BODY (stmt) = NULL; in lower_omp_critical()
1019 Operand 0: OMP_CRITICAL_BODY: Critical section body.
1611 #define OMP_CRITICAL_BODY(NODE) TREE_OPERAND (OMP_CRITICAL_CHECK (NODE), 0) macro
15027 OMP_CRITICAL_NAME, OMP_CRITICAL_BODY): New.
2678 Operand @code{OMP_CRITICAL_BODY} is the critical section.