Searched refs:OP_GOMP_CRITICAL (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/ |
| HD | kmp_atomic.cpp | 752 #define OP_GOMP_CRITICAL(OP, FLAG) \ macro 759 #define OP_GOMP_CRITICAL(OP, FLAG) macro 825 OP_GOMP_CRITICAL(OP## =, GOMP_FLAG) \ 833 OP_GOMP_CRITICAL(OP## =, GOMP_FLAG) \ 842 OP_GOMP_CRITICAL(OP## =, GOMP_FLAG) \ 854 OP_GOMP_CRITICAL(OP## =, GOMP_FLAG) \ 867 OP_GOMP_CRITICAL(OP## =, GOMP_FLAG) \ 881 OP_GOMP_CRITICAL(OP## =, GOMP_FLAG) \ 1028 OP_GOMP_CRITICAL(= *lhs OP, GOMP_FLAG) \ 1038 OP_GOMP_CRITICAL(= *lhs OP, GOMP_FLAG) \ [all …]
|