Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def96 #ifndef OPENMP_DISTRIBUTE_CLAUSE
97 #define OPENMP_DISTRIBUTE_CLAUSE(Name)
544 OPENMP_DISTRIBUTE_CLAUSE(private)
545 OPENMP_DISTRIBUTE_CLAUSE(firstprivate)
546 OPENMP_DISTRIBUTE_CLAUSE(lastprivate)
547 OPENMP_DISTRIBUTE_CLAUSE(collapse)
548 OPENMP_DISTRIBUTE_CLAUSE(dist_schedule)
656 #undef OPENMP_DISTRIBUTE_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp565 #define OPENMP_DISTRIBUTE_CLAUSE(Name) \ in isAllowedClauseForDirective() macro