Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDc-omp.c56 OMP_CRITICAL_BODY (stmt) = body; in c_finish_omp_critical()
HDomp-low.c3979 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()
HDtree.def1019 Operand 0: OMP_CRITICAL_BODY: Critical section body.
HDtree.h1611 #define OMP_CRITICAL_BODY(NODE) TREE_OPERAND (OMP_CRITICAL_CHECK (NODE), 0) macro
HDChangeLog-200615027 OMP_CRITICAL_NAME, OMP_CRITICAL_BODY): New.
/NextBSD/contrib/gcc/doc/
HDc-tree.texi2678 Operand @code{OMP_CRITICAL_BODY} is the critical section.