Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def87 #ifndef OPENMP_TASKLOOP_CLAUSE
88 # define OPENMP_TASKLOOP_CLAUSE(Name)
505 OPENMP_TASKLOOP_CLAUSE(if)
506 OPENMP_TASKLOOP_CLAUSE(shared)
507 OPENMP_TASKLOOP_CLAUSE(private)
508 OPENMP_TASKLOOP_CLAUSE(firstprivate)
509 OPENMP_TASKLOOP_CLAUSE(lastprivate)
510 OPENMP_TASKLOOP_CLAUSE(default)
511 OPENMP_TASKLOOP_CLAUSE(collapse)
512 OPENMP_TASKLOOP_CLAUSE(final)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp535 #define OPENMP_TASKLOOP_CLAUSE(Name) \ in isAllowedClauseForDirective() macro