Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDOpenMPKinds.def60 #ifndef OPENMP_TEAMS_CLAUSE
61 # define OPENMP_TEAMS_CLAUSE(Name)
277 OPENMP_TEAMS_CLAUSE(default)
278 OPENMP_TEAMS_CLAUSE(private)
279 OPENMP_TEAMS_CLAUSE(firstprivate)
280 OPENMP_TEAMS_CLAUSE(shared)
281 OPENMP_TEAMS_CLAUSE(reduction)
299 #undef OPENMP_TEAMS_CLAUSE
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDOpenMPKinds.cpp333 #define OPENMP_TEAMS_CLAUSE(Name) \ in isAllowedClauseForDirective() macro