Home
last modified time | relevance | path

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

/external/clang/include/clang/Basic/
DOpenMPKinds.def39 #ifndef OPENMP_SINGLE_CLAUSE
40 # define OPENMP_SINGLE_CLAUSE(Name)
288 OPENMP_SINGLE_CLAUSE(private)
289 OPENMP_SINGLE_CLAUSE(firstprivate)
290 OPENMP_SINGLE_CLAUSE(copyprivate)
291 OPENMP_SINGLE_CLAUSE(nowait)
637 #undef OPENMP_SINGLE_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp370 #define OPENMP_SINGLE_CLAUSE(Name) \ in isAllowedClauseForDirective() macro