Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def84 #ifndef OPENMP_ORDERED_CLAUSE
85 # define OPENMP_ORDERED_CLAUSE(Name)
491 OPENMP_ORDERED_CLAUSE(threads)
492 OPENMP_ORDERED_CLAUSE(simd)
493 OPENMP_ORDERED_CLAUSE(depend)
635 #undef OPENMP_ORDERED_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp525 #define OPENMP_ORDERED_CLAUSE(Name) \ in isAllowedClauseForDirective() macro