Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def30 #ifndef OPENMP_FOR_CLAUSE
31 # define OPENMP_FOR_CLAUSE(Name)
147 OPENMP_FOR_CLAUSE(private)
148 OPENMP_FOR_CLAUSE(lastprivate)
149 OPENMP_FOR_CLAUSE(firstprivate)
150 OPENMP_FOR_CLAUSE(reduction)
151 OPENMP_FOR_CLAUSE(collapse)
152 OPENMP_FOR_CLAUSE(schedule)
153 OPENMP_FOR_CLAUSE(ordered)
154 OPENMP_FOR_CLAUSE(nowait)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp216 #define OPENMP_FOR_CLAUSE(Name) \ in isAllowedClauseForDirective() macro