Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h346 bool isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind);
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp686 bool clang::isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopTransformationDirective() function in clang
731 return !isOpenMPLoopTransformationDirective(DKind); in isOpenMPCapturingDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2583 !isOpenMPLoopTransformationDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()
3752 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) { in VisitSubCaptures()
5766 isOpenMPLoopTransformationDirective(LoopTransform->getDirectiveKind()) && in ActOnOpenMPLoopnest()
9163 bool SupportsNonRectangular = !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPIterationSpace()
9262 isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPIterationSpace()
9583 !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPLoop()
9624 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPLoop()
9815 isOpenMPLoopTransformationDirective(DKind)) { in checkOpenMPLoop()
9917 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
9960 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
[all …]