Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DOpenMPKinds.h273 bool isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DOpenMPKinds.cpp582 bool clang::isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) { in isOpenMPLoopTransformationDirective() function in clang
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp3434 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) { in VisitSubCaptures()
4503 } else if (isOpenMPLoopTransformationDirective( in ActOnOpenMPRegionEnd()
5723 Kind != OMPD_masked && !isOpenMPLoopTransformationDirective(Kind)) { in ActOnOpenMPExecutableDirective()
8556 bool SupportsNonRectangular = !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPIterationSpace()
8647 isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPIterationSpace()
8907 !isOpenMPLoopTransformationDirective(DKind); in checkOpenMPLoop()
8948 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)), in checkOpenMPLoop()
9117 isOpenMPLoopTransformationDirective(DKind)) { in checkOpenMPLoop()
9218 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
9259 isOpenMPLoopTransformationDirective(DKind)) in checkOpenMPLoop()
[all …]