Searched refs:OP_GOMP_CRITICAL (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/openmp/runtime/src/ |
H A D | kmp_atomic.cpp | 761 #define OP_GOMP_CRITICAL(OP, FLAG) \ macro 775 #define OP_GOMP_CRITICAL(OP, FLAG) macro 1081 OP_GOMP_CRITICAL(= *lhs OP, GOMP_FLAG) \ 1091 OP_GOMP_CRITICAL(= *lhs OP, GOMP_FLAG) \ 1100 OP_GOMP_CRITICAL(= *lhs OP, GOMP_FLAG) \ 1261 OP_GOMP_CRITICAL(^= (TYPE) ~, GOMP_FLAG) /* send assignment */ \ 1272 OP_GOMP_CRITICAL(^= (TYPE) ~, GOMP_FLAG) /* send assignment */ \ 1282 OP_GOMP_CRITICAL(^= (TYPE) ~, GOMP_FLAG) \ 2104 OP_GOMP_CRITICAL(OP, GOMP_FLAG) \ 2110 OP_GOMP_CRITICAL(OP, GOMP_FLAG) \ [all …]
|