Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def36 #ifndef OPENMP_SECTIONS_CLAUSE
37 # define OPENMP_SECTIONS_CLAUSE(Name)
222 OPENMP_SECTIONS_CLAUSE(private)
223 OPENMP_SECTIONS_CLAUSE(lastprivate)
224 OPENMP_SECTIONS_CLAUSE(firstprivate)
225 OPENMP_SECTIONS_CLAUSE(reduction)
226 OPENMP_SECTIONS_CLAUSE(nowait)
425 #undef OPENMP_SECTIONS_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp302 #define OPENMP_SECTIONS_CLAUSE(Name) \ in isAllowedClauseForDirective() macro