Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h346 bool isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind);
/freebsd-14.2/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp749 bool clang::isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopTransformationDirective() function in clang
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2574 !isOpenMPLoopTransformationDirective(DSAStack->getCurrentDirective())) { in isOpenMPPrivateDecl()
3711 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) { in VisitSubCaptures()
4856 } else if (isOpenMPLoopTransformationDirective( in ActOnOpenMPRegionEnd()
5991 isOpenMPLoopTransformationDirective(LoopTransform->getDirectiveKind()) && in ActOnOpenMPLoopnest()
6273 Kind != OMPD_masked && !isOpenMPLoopTransformationDirective(Kind)) { in ActOnOpenMPExecutableDirective()
9358 bool SupportsNonRectangular = !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPIterationSpace()
9457 isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPIterationSpace()
9970 isOpenMPLoopTransformationDirective(DKind)) { in checkOpenMPLoop()
10072 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
10115 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
[all …]