Home
last modified time | relevance | path

Searched refs:isOpenMPLoopDirective (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.h237 bool isOpenMPLoopDirective(OpenMPDirectiveKind DKind);
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DOpenMPKinds.cpp551 bool clang::isOpenMPLoopDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopDirective() function in clang
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseOpenMP.cpp2867 if (isOpenMPLoopDirective(DKind)) in ParseOpenMPDeclarativeOrExecutableDirective()
2956 if (AssociatedStmt.isUsable() && isOpenMPLoopDirective(DKind) && in ParseOpenMPDeclarativeOrExecutableDirective()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp440 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()
446 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()
452 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()
2492 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()
2498 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in startOpenMPCXXRangeFor()
2550 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()
9089 isOpenMPLoopDirective(DSAStack->getCurrentDirective())) { in ActOnOpenMPLoopInitialization()
9252 assert(isOpenMPLoopDirective(DKind) && "DSA for non-loop vars"); in checkOpenMPIterationSpace()
H A DTreeTransform.h8691 if (Body.isUsable() && isOpenMPLoopDirective(D->getDirectiveKind()) && in TransformOMPExecutableDirective()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtOpenMP.h954 return isOpenMPLoopDirective(D->getDirectiveKind()); in classof()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp2784 isOpenMPLoopDirective(DKind) in emitForStaticInit()
2826 : isOpenMPLoopDirective(DKind) in emitForStaticFinish()