Searched refs:OP_GOMP_CRITICAL (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_atomic.cpp | 761 #define OP_GOMP_CRITICAL(OP, FLAG) \ macro 775 #define OP_GOMP_CRITICAL(OP, FLAG) macro 1048 OP_GOMP_CRITICAL(= *lhs OP, GOMP_FLAG) \ 1058 OP_GOMP_CRITICAL(= *lhs OP, GOMP_FLAG) \ 1067 OP_GOMP_CRITICAL(= *lhs OP, GOMP_FLAG) \ 1223 OP_GOMP_CRITICAL(^= (TYPE) ~, GOMP_FLAG) /* send assignment */ \ 1234 OP_GOMP_CRITICAL(^= (TYPE) ~, GOMP_FLAG) /* send assignment */ \ 1244 OP_GOMP_CRITICAL(^= (TYPE) ~, GOMP_FLAG) \ 2063 OP_GOMP_CRITICAL(OP, GOMP_FLAG) \ 2069 OP_GOMP_CRITICAL(OP, GOMP_FLAG) \ [all …]
|