Searched refs:OPENMP_DISTRIBUTE_CLAUSE (Results 1 – 2 of 2) sorted by relevance
96 #ifndef OPENMP_DISTRIBUTE_CLAUSE97 #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
565 #define OPENMP_DISTRIBUTE_CLAUSE(Name) \ in isAllowedClauseForDirective() macro