Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def27 #ifndef OPENMP_SIMD_CLAUSE
28 # define OPENMP_SIMD_CLAUSE(Name)
246 OPENMP_SIMD_CLAUSE(private)
247 OPENMP_SIMD_CLAUSE(lastprivate)
248 OPENMP_SIMD_CLAUSE(linear)
249 OPENMP_SIMD_CLAUSE(aligned)
250 OPENMP_SIMD_CLAUSE(safelen)
251 OPENMP_SIMD_CLAUSE(simdlen)
252 OPENMP_SIMD_CLAUSE(collapse)
253 OPENMP_SIMD_CLAUSE(reduction)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp330 #define OPENMP_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro