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)
169 OPENMP_SECTIONS_CLAUSE(private)
170 OPENMP_SECTIONS_CLAUSE(lastprivate)
171 OPENMP_SECTIONS_CLAUSE(firstprivate)
172 OPENMP_SECTIONS_CLAUSE(reduction)
173 OPENMP_SECTIONS_CLAUSE(nowait)
277 #undef OPENMP_SECTIONS_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp236 #define OPENMP_SECTIONS_CLAUSE(Name) \ in isAllowedClauseForDirective() macro