Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def33 #ifndef OPENMP_FOR_SIMD_CLAUSE
34 # define OPENMP_FOR_SIMD_CLAUSE(Name)
209 OPENMP_FOR_SIMD_CLAUSE(private)
210 OPENMP_FOR_SIMD_CLAUSE(firstprivate)
211 OPENMP_FOR_SIMD_CLAUSE(lastprivate)
212 OPENMP_FOR_SIMD_CLAUSE(reduction)
213 OPENMP_FOR_SIMD_CLAUSE(schedule)
214 OPENMP_FOR_SIMD_CLAUSE(collapse)
215 OPENMP_FOR_SIMD_CLAUSE(nowait)
216 OPENMP_FOR_SIMD_CLAUSE(safelen)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp292 #define OPENMP_FOR_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro