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.def63 #ifndef OPENMP_TEAMS_CLAUSE
64 # define OPENMP_TEAMS_CLAUSE(Name)
343 OPENMP_TEAMS_CLAUSE(default)
344 OPENMP_TEAMS_CLAUSE(private)
345 OPENMP_TEAMS_CLAUSE(firstprivate)
346 OPENMP_TEAMS_CLAUSE(shared)
347 OPENMP_TEAMS_CLAUSE(reduction)
348 OPENMP_TEAMS_CLAUSE(num_teams)
349 OPENMP_TEAMS_CLAUSE(thread_limit)
434 #undef OPENMP_TEAMS_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp395 #define OPENMP_TEAMS_CLAUSE(Name) \ in isAllowedClauseForDirective() macro