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)
198 OPENMP_FOR_CLAUSE(private)
199 OPENMP_FOR_CLAUSE(lastprivate)
200 OPENMP_FOR_CLAUSE(firstprivate)
201 OPENMP_FOR_CLAUSE(reduction)
202 OPENMP_FOR_CLAUSE(collapse)
203 OPENMP_FOR_CLAUSE(schedule)
204 OPENMP_FOR_CLAUSE(ordered)
205 OPENMP_FOR_CLAUSE(nowait)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp282 #define OPENMP_FOR_CLAUSE(Name) \ in isAllowedClauseForDirective() macro