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)
138 OPENMP_SIMD_CLAUSE(private)
139 OPENMP_SIMD_CLAUSE(lastprivate)
140 OPENMP_SIMD_CLAUSE(linear)
141 OPENMP_SIMD_CLAUSE(aligned)
142 OPENMP_SIMD_CLAUSE(safelen)
143 OPENMP_SIMD_CLAUSE(collapse)
144 OPENMP_SIMD_CLAUSE(reduction)
286 #undef OPENMP_SIMD_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp206 #define OPENMP_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro