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)
188 OPENMP_SIMD_CLAUSE(private)
189 OPENMP_SIMD_CLAUSE(lastprivate)
190 OPENMP_SIMD_CLAUSE(linear)
191 OPENMP_SIMD_CLAUSE(aligned)
192 OPENMP_SIMD_CLAUSE(safelen)
193 OPENMP_SIMD_CLAUSE(simdlen)
194 OPENMP_SIMD_CLAUSE(collapse)
195 OPENMP_SIMD_CLAUSE(reduction)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp272 #define OPENMP_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro