Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h295 bool isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind);
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp649 bool clang::isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopTransformationDirective() function in clang
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp3633 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) { in VisitSubCaptures()
4785 } else if (isOpenMPLoopTransformationDirective( in ActOnOpenMPRegionEnd()
5889 isOpenMPLoopTransformationDirective(LoopTransform->getDirectiveKind()) && in ActOnOpenMPLoopnest()
6056 Kind != OMPD_masked && !isOpenMPLoopTransformationDirective(Kind)) { in ActOnOpenMPExecutableDirective()
9095 bool SupportsNonRectangular = !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPIterationSpace()
9190 isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPIterationSpace()
9491 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPLoop()
9672 isOpenMPLoopTransformationDirective(DKind)) { in checkOpenMPLoop()
9774 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
9817 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
[all …]