Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h273 bool isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind);
/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp583 bool clang::isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopTransformationDirective() function in clang
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3434 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) { in VisitSubCaptures()
4509 } else if (isOpenMPLoopTransformationDirective( in ActOnOpenMPRegionEnd()
5734 Kind != OMPD_masked && !isOpenMPLoopTransformationDirective(Kind)) { in ActOnOpenMPExecutableDirective()
8562 bool SupportsNonRectangular = !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPIterationSpace()
8653 isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPIterationSpace()
8913 !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPLoop()
8954 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPLoop()
9141 isOpenMPLoopTransformationDirective(DKind)) { in checkOpenMPLoop()
9242 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
9283 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
[all …]