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.def90 #ifndef OPENMP_TASKLOOP_SIMD_CLAUSE
91 # define OPENMP_TASKLOOP_SIMD_CLAUSE(Name)
521 OPENMP_TASKLOOP_SIMD_CLAUSE(if)
522 OPENMP_TASKLOOP_SIMD_CLAUSE(shared)
523 OPENMP_TASKLOOP_SIMD_CLAUSE(private)
524 OPENMP_TASKLOOP_SIMD_CLAUSE(firstprivate)
525 OPENMP_TASKLOOP_SIMD_CLAUSE(lastprivate)
526 OPENMP_TASKLOOP_SIMD_CLAUSE(default)
527 OPENMP_TASKLOOP_SIMD_CLAUSE(collapse)
528 OPENMP_TASKLOOP_SIMD_CLAUSE(final)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp545 #define OPENMP_TASKLOOP_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro