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)
229 OPENMP_SINGLE_CLAUSE(private)
230 OPENMP_SINGLE_CLAUSE(firstprivate)
231 OPENMP_SINGLE_CLAUSE(copyprivate)
232 OPENMP_SINGLE_CLAUSE(nowait)
424 #undef OPENMP_SINGLE_CLAUSE
/external/clang/lib/Basic/
DOpenMPKinds.cpp312 #define OPENMP_SINGLE_CLAUSE(Name) \ in isAllowedClauseForDirective() macro