Searched refs:getOpenMPCaptureRegions (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | OpenMPKinds.h | 349 void getOpenMPCaptureRegions(
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | OpenMPKinds.cpp | 745 void clang::getOpenMPCaptureRegions( in getOpenMPCaptureRegions() function in clang
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 551 getOpenMPCaptureRegions(CaptureRegions, getDirectiveKind()); in getCapturedStmt() 560 getOpenMPCaptureRegions(CaptureRegions, getDirectiveKind()); in getInnermostCapturedStmt()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntimeGPU.cpp | 344 getOpenMPCaptureRegions(CaptureRegions, D->getDirectiveKind()); in VisitOMPExecutableDirective()
|
H A D | CGOpenMPRuntime.cpp | 11496 getOpenMPCaptureRegions(CaptureRegions, S.getDirectiveKind()); in tryToDisableInnerAnalysis() 11891 getOpenMPCaptureRegions(CaptureRegions, D.getDirectiveKind()); in checkAndEmitSharedLastprivateConditional()
|
H A D | CGStmtOpenMP.cpp | 841 getOpenMPCaptureRegions(CaptureRegions, D.getDirectiveKind()); in EmitOMPFirstprivateClause()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 675 getOpenMPCaptureRegions(CaptureRegions, getDirective(Level)); in getCaptureRegion() 2403 getOpenMPCaptureRegions(Regions, in isOpenMPCapturedDecl() 2565 getOpenMPCaptureRegions(CaptureRegions, DKind); in isOpenMPPrivateDecl() 2677 getOpenMPCaptureRegions(Regions, DSAStack->getDirective(Level)); in isOpenMPTargetCapturedDecl() 4347 getOpenMPCaptureRegions(Regions, DKind); in processCapturedRegions() 4428 getOpenMPCaptureRegions(CaptureRegions, DKind); in getOpenMPCaptureLevels() 4612 getOpenMPCaptureRegions(CaptureRegions, DSAStack->getCurrentDirective()); in ActOnOpenMPRegionEnd() 6139 getOpenMPCaptureRegions(CaptureRegions, Kind); in ActOnOpenMPExecutableDirective() 15252 getOpenMPCaptureRegions(Regions, Leafs[I]); in getOpenMPCaptureRegionForClause()
|