Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDOpenMPKinds.def27 #ifndef OPENMP_SIMD_CLAUSE
28 # define OPENMP_SIMD_CLAUSE(Name)
145 OPENMP_SIMD_CLAUSE(private)
146 OPENMP_SIMD_CLAUSE(lastprivate)
147 OPENMP_SIMD_CLAUSE(linear)
148 OPENMP_SIMD_CLAUSE(aligned)
149 OPENMP_SIMD_CLAUSE(safelen)
150 OPENMP_SIMD_CLAUSE(collapse)
151 OPENMP_SIMD_CLAUSE(reduction)
300 #undef OPENMP_SIMD_CLAUSE
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDOpenMPKinds.cpp220 #define OPENMP_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro