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.def72 #ifndef OPENMP_TASKLOOP_CLAUSE
73 # define OPENMP_TASKLOOP_CLAUSE(Name)
367 OPENMP_TASKLOOP_CLAUSE(if)
368 OPENMP_TASKLOOP_CLAUSE(shared)
369 OPENMP_TASKLOOP_CLAUSE(private)
370 OPENMP_TASKLOOP_CLAUSE(firstprivate)
371 OPENMP_TASKLOOP_CLAUSE(lastprivate)
372 OPENMP_TASKLOOP_CLAUSE(default)
373 OPENMP_TASKLOOP_CLAUSE(collapse)
374 OPENMP_TASKLOOP_CLAUSE(final)
[all …]
/external/clang/lib/Basic/
DOpenMPKinds.cpp425 #define OPENMP_TASKLOOP_CLAUSE(Name) \ in isAllowedClauseForDirective() macro