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)
281 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(if)
282 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(num_threads)
283 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(default)
284 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(proc_bind)
285 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(private)
286 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(firstprivate)
287 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(shared)
288 OPENMP_PARALLEL_FOR_SIMD_CLAUSE(reduction)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp332 #define OPENMP_PARALLEL_FOR_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro