Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def135 #ifndef OPENMP_DISTRIBUTE_SIMD_CLAUSE
136 #define OPENMP_DISTRIBUTE_SIMD_CLAUSE(Name)
588 OPENMP_DISTRIBUTE_SIMD_CLAUSE(private)
589 OPENMP_DISTRIBUTE_SIMD_CLAUSE(firstprivate)
590 OPENMP_DISTRIBUTE_SIMD_CLAUSE(lastprivate)
591 OPENMP_DISTRIBUTE_SIMD_CLAUSE(collapse)
592 OPENMP_DISTRIBUTE_SIMD_CLAUSE(dist_schedule)
593 OPENMP_DISTRIBUTE_SIMD_CLAUSE(linear)
594 OPENMP_DISTRIBUTE_SIMD_CLAUSE(aligned)
595 OPENMP_DISTRIBUTE_SIMD_CLAUSE(safelen)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp595 #define OPENMP_DISTRIBUTE_SIMD_CLAUSE(Name) \ in isAllowedClauseForDirective() macro