Searched refs:getOpenMPCaptureRegions (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/llvm/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 342 void getOpenMPCaptureRegions(
|
/openbsd/gnu/llvm/clang/lib/Basic/ |
H A D | OpenMPKinds.cpp | 732 void clang::getOpenMPCaptureRegions( in getOpenMPCaptureRegions() function in clang
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 538 getOpenMPCaptureRegions(CaptureRegions, getDirectiveKind()); in getCapturedStmt() 547 getOpenMPCaptureRegions(CaptureRegions, getDirectiveKind()); in getInnermostCapturedStmt()
|
/openbsd/gnu/llvm/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 647 getOpenMPCaptureRegions(CaptureRegions, getDirective(Level)); in getCaptureRegion() 2373 getOpenMPCaptureRegions(Regions, in isOpenMPCapturedDecl() 2533 getOpenMPCaptureRegions(CaptureRegions, DKind); in isOpenMPPrivateDecl() 2643 getOpenMPCaptureRegions(Regions, DSAStack->getDirective(Level)); in isOpenMPTargetCapturedDecl() 4623 getOpenMPCaptureRegions(CaptureRegions, DKind); in getOpenMPCaptureLevels() 4810 getOpenMPCaptureRegions(CaptureRegions, DSAStack->getCurrentDirective()); in ActOnOpenMPRegionEnd() 6142 getOpenMPCaptureRegions(CaptureRegions, Kind); in ActOnOpenMPExecutableDirective()
|
/openbsd/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 356 getOpenMPCaptureRegions(CaptureRegions, D->getDirectiveKind()); in VisitOMPExecutableDirective()
|
H A D | CGOpenMPRuntime.cpp | 11928 getOpenMPCaptureRegions(CaptureRegions, S.getDirectiveKind()); in tryToDisableInnerAnalysis() 12321 getOpenMPCaptureRegions(CaptureRegions, D.getDirectiveKind()); in checkAndEmitSharedLastprivateConditional()
|
H A D | CGStmtOpenMP.cpp | 817 getOpenMPCaptureRegions(CaptureRegions, D.getDirectiveKind()); in EmitOMPFirstprivateClause()
|