Home
last modified time | relevance | path

Searched refs:isOpenMPTaskingDirective (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/Basic/
H A DOpenMPKinds.h285 bool isOpenMPTaskingDirective(OpenMPDirectiveKind Kind);
/llvm-project-15.0.7/clang/lib/Basic/
H A DOpenMPKinds.cpp636 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective() function in clang
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp1344 if (isOpenMPTaskingDirective(DVar.DKind)) { in getDSA()
2502 if (isOpenMPTaskingDirective(CaptureRegions[CapLevel]) && in isOpenMPPrivateDecl()
3538 } else if (isOpenMPTaskingDirective(DVar.DKind) && in reportOriginalDsa()
3653 if (isOpenMPTaskingDirective(S->getDirectiveKind()) && in VisitSubCaptures()
5037 isOpenMPTaskingDirective(ParentRegion); in checkNestingOfRegions()
5071 isOpenMPTaskingDirective(ParentRegion) || in checkNestingOfRegions()
5086 isOpenMPTaskingDirective(ParentRegion) || in checkNestingOfRegions()
5454 (isOpenMPTaskingDirective(Stack->getCurrentDirective()) || in checkAllocateClauses()
6067 !isOpenMPTaskingDirective(Kind)) { in ActOnOpenMPExecutableDirective()
17744 isOpenMPTaskingDirective(CurrDir)) { in ActOnOpenMPPrivateClause()
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7814 if (isOpenMPTaskingDirective(D.getDirectiveKind())) { in EmitSimpleOMPExecutableDirective()
H A DCGOpenMPRuntime.cpp12314 isOpenMPTaskingDirective(S.getDirectiveKind())) { in tryToDisableInnerAnalysis()