Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DOpenMPKinds.h339 bool isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind);
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DOpenMPKinds.cpp720 bool clang::isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopTransformationDirective() function in clang
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp3686 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) { in VisitSubCaptures()
4841 } else if (isOpenMPLoopTransformationDirective( in ActOnOpenMPRegionEnd()
5960 isOpenMPLoopTransformationDirective(LoopTransform->getDirectiveKind()) && in ActOnOpenMPLoopnest()
6127 Kind != OMPD_masked && !isOpenMPLoopTransformationDirective(Kind)) { in ActOnOpenMPExecutableDirective()
9178 bool SupportsNonRectangular = !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPIterationSpace()
9273 isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPIterationSpace()
9533 !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPLoop()
9574 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPLoop()
9755 isOpenMPLoopTransformationDirective(DKind)) { in checkOpenMPLoop()
9857 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
[all …]