Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/c-family/
HDc-omp.c54 OMP_CRITICAL_BODY (stmt) = body; in c_finish_omp_critical()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-omp.c103 OMP_CRITICAL_BODY (stmt) = body; in c_finish_omp_critical()
/dragonfly/contrib/gcc-4.7/gcc/
HDtree.def1047 Operand 0: OMP_CRITICAL_BODY: Critical section body.
HDtree.h1859 #define OMP_CRITICAL_BODY(NODE) TREE_OPERAND (OMP_CRITICAL_CHECK (NODE), 0) macro
/dragonfly/contrib/gcc-8.0/gcc/
HDtree.def1191 Operand 0: OMP_CRITICAL_BODY: Critical section body.
HDtree.h1397 #define OMP_CRITICAL_BODY(NODE) TREE_OPERAND (OMP_CRITICAL_CHECK (NODE), 0) macro
/dragonfly/contrib/gcc-4.7/gcc/doc/
HDgeneric.texi2142 Operand @code{OMP_CRITICAL_BODY} is the critical section.