Home
last modified time | relevance | path

Searched refs:NUM_OPENMP_DIRECTIVES (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/Basic/
DOpenMPKinds.cpp32 assert(Kind < NUM_OPENMP_DIRECTIVES); in getOpenMPDirectiveName()
39 case NUM_OPENMP_DIRECTIVES: in getOpenMPDirectiveName()
110 assert(DKind < NUM_OPENMP_DIRECTIVES); in isAllowedClauseForDirective()
125 case NUM_OPENMP_DIRECTIVES: in isAllowedClauseForDirective()
/external/clang/include/clang/Basic/
DOpenMPKinds.h28 NUM_OPENMP_DIRECTIVES enumerator
/external/clang/lib/Parse/
DParseOpenMP.cpp63 case NUM_OPENMP_DIRECTIVES: in ParseOpenMPDeclarativeDirective()
168 case NUM_OPENMP_DIRECTIVES: in ParseOpenMPDeclarativeOrExecutableDirective()
/external/clang/lib/Sema/
DSemaOpenMP.cpp216 case NUM_OPENMP_DIRECTIVES: in ActOnOpenMPExecutableDirective()