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

/freebsd-current/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h346 bool isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind);
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp749 bool clang::isOpenMPLoopTransformationDirective(OpenMPDirectiveKind DKind) { function in class:clang
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2574 !isOpenMPLoopTransformationDirective(DSAStack->getCurrentDirective())) {
3711 isOpenMPLoopTransformationDirective(S->getDirectiveKind())) {
4856 } else if (isOpenMPLoopTransformationDirective(
5991 isOpenMPLoopTransformationDirective(LoopTransform->getDirectiveKind()) &&
6273 Kind != OMPD_masked && !isOpenMPLoopTransformationDirective(Kind)) {
9358 bool SupportsNonRectangular = !isOpenMPLoopTransformationDirective(DKind);
9457 isOpenMPLoopTransformationDirective(DKind)),
9748 !isOpenMPLoopTransformationDirective(DKind);
9789 AStmt->IgnoreContainers(!isOpenMPLoopTransformationDirective(DKind)),
9970 isOpenMPLoopTransformationDirective(DKin
[all...]

Completed in 182 milliseconds