Home
last modified time | relevance | path

Searched refs:isOpenMPLoopTransformationDirective (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp720 bool clang::isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopTransformationDirective() function in clang
773 return !isOpenMPLoopTransformationDirective(DKind); in isOpenMPCapturingDirective()
799 isOpenMPLoopTransformationDirective(DKind); in isOpenMPOrderConcurrentNestableDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h371 bool isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2559 !isOpenMPLoopTransformationDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()
3761 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) { in VisitSubCaptures()
5772 isOpenMPLoopTransformationDirective(LoopTransform->getDirectiveKind()) && in ActOnOpenMPLoopnest()
9206 bool SupportsNonRectangular = !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPIterationSpace()
9303 isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPIterationSpace()
9665 !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPLoop()
9710 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPLoop()
9903 isOpenMPLoopTransformationDirective(DKind)) { in checkOpenMPLoop()
10005 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
10048 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
[all …]