Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def45 #ifndef OPENMP_PARALLEL_FOR_SIMD_CLAUSE
46 # define OPENMP_PARALLEL_FOR_SIMD_CLAUSE(Name)
213 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(if)
214 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(num_threads)
215 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(default)
216 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(proc_bind)
217 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(private)
218 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(firstprivate)
219 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(shared)
220 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(reduction)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp266 #define OPENMP_PARALLEL_FOR_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro