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)
256 OPENMP_FOR_CLAUSE(private)
257 OPENMP_FOR_CLAUSE(lastprivate)
258 OPENMP_FOR_CLAUSE(firstprivate)
259 OPENMP_FOR_CLAUSE(reduction)
260 OPENMP_FOR_CLAUSE(collapse)
261 OPENMP_FOR_CLAUSE(schedule)
262 OPENMP_FOR_CLAUSE(ordered)
263 OPENMP_FOR_CLAUSE(nowait)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp340 #define OPENMP_FOR_CLAUSE(Name) \ in isAllowedClauseForDirective() macro