Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def93 #ifndef OPENMP_CRITICAL_CLAUSE
94 # define OPENMP_CRITICAL_CLAUSE(Name)
541 OPENMP_CRITICAL_CLAUSE(hint)
634 #undef OPENMP_CRITICAL_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp555 #define OPENMP_CRITICAL_CLAUSE(Name) \ in isAllowedClauseForDirective() macro