Home
last modified time | relevance | path

Searched refs:OPENMP_CRITICAL_CLAUSE (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenMPKinds.def104 #ifndef OPENMP_CRITICAL_CLAUSE
105 # define OPENMP_CRITICAL_CLAUSE(Name)
744 OPENMP_CRITICAL_CLAUSE(hint)
1078 #undef OPENMP_CRITICAL_CLAUSE
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDOpenMPKinds.cpp746 #define OPENMP_CRITICAL_CLAUSE(Name) \ in isAllowedClauseForDirective() macro