Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def81 #ifndef OPENMP_DISTRIBUTE_CLAUSE
82 #define OPENMP_DISTRIBUTE_CLAUSE(Name)
406 OPENMP_DISTRIBUTE_CLAUSE(private)
407 OPENMP_DISTRIBUTE_CLAUSE(firstprivate)
408 OPENMP_DISTRIBUTE_CLAUSE(lastprivate)
409 OPENMP_DISTRIBUTE_CLAUSE(collapse)
439 #undef OPENMP_DISTRIBUTE_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp455 #define OPENMP_DISTRIBUTE_CLAUSE(Name) \ in isAllowedClauseForDirective() macro