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)
281 OPENMP_SECTIONS_CLAUSE(private)
282 OPENMP_SECTIONS_CLAUSE(lastprivate)
283 OPENMP_SECTIONS_CLAUSE(firstprivate)
284 OPENMP_SECTIONS_CLAUSE(reduction)
285 OPENMP_SECTIONS_CLAUSE(nowait)
638 #undef OPENMP_SECTIONS_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp360 #define OPENMP_SECTIONS_CLAUSE(Name) \ in isAllowedClauseForDirective() macro