Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def78 #ifndef OPENMP_TEAMS_CLAUSE
79 # define OPENMP_TEAMS_CLAUSE(Name)
481 OPENMP_TEAMS_CLAUSE(default)
482 OPENMP_TEAMS_CLAUSE(private)
483 OPENMP_TEAMS_CLAUSE(firstprivate)
484 OPENMP_TEAMS_CLAUSE(shared)
485 OPENMP_TEAMS_CLAUSE(reduction)
486 OPENMP_TEAMS_CLAUSE(num_teams)
487 OPENMP_TEAMS_CLAUSE(thread_limit)
651 #undef OPENMP_TEAMS_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp503 #define OPENMP_TEAMS_CLAUSE(Name) \ in isAllowedClauseForDirective() macro