Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def75 #ifndef OPENMP_TASKLOOP_SIMD_CLAUSE
76 # define OPENMP_TASKLOOP_SIMD_CLAUSE(Name)
383 OPENMP_TASKLOOP_SIMD_CLAUSE(if)
384 OPENMP_TASKLOOP_SIMD_CLAUSE(shared)
385 OPENMP_TASKLOOP_SIMD_CLAUSE(private)
386 OPENMP_TASKLOOP_SIMD_CLAUSE(firstprivate)
387 OPENMP_TASKLOOP_SIMD_CLAUSE(lastprivate)
388 OPENMP_TASKLOOP_SIMD_CLAUSE(default)
389 OPENMP_TASKLOOP_SIMD_CLAUSE(collapse)
390 OPENMP_TASKLOOP_SIMD_CLAUSE(final)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp435 #define OPENMP_TASKLOOP_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro