Searched refs:getOpenMPCaptureRegions (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/clang/include/clang/Basic/ |
D | OpenMPKinds.h | 271 void getOpenMPCaptureRegions(
|
/external/llvm-project/clang/lib/Basic/ |
D | OpenMPKinds.cpp | 576 void clang::getOpenMPCaptureRegions( in getOpenMPCaptureRegions() function in clang
|
/external/llvm-project/clang/include/clang/AST/ |
D | StmtOpenMP.h | 300 getOpenMPCaptureRegions(CaptureRegions, getDirectiveKind()); in getCapturedStmt() 309 getOpenMPCaptureRegions(CaptureRegions, getDirectiveKind()); in getInnermostCapturedStmt()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 621 getOpenMPCaptureRegions(CaptureRegions, getDirective(Level)); in getCaptureRegion() 2207 getOpenMPCaptureRegions(Regions, in isOpenMPCapturedDecl() 2303 getOpenMPCaptureRegions(CaptureRegions, DKind); in isOpenMPPrivateDecl() 2414 getOpenMPCaptureRegions(Regions, DSAStack->getDirective(Level)); in isOpenMPTargetCapturedDecl() 4173 getOpenMPCaptureRegions(CaptureRegions, DKind); in getOpenMPCaptureLevels() 4355 getOpenMPCaptureRegions(CaptureRegions, DSAStack->getCurrentDirective()); in ActOnOpenMPRegionEnd() 5075 getOpenMPCaptureRegions(CaptureRegions, Kind); in ActOnOpenMPExecutableDirective()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 375 getOpenMPCaptureRegions(CaptureRegions, D->getDirectiveKind()); in VisitOMPExecutableDirective()
|
D | CGOpenMPRuntime.cpp | 11970 getOpenMPCaptureRegions(CaptureRegions, S.getDirectiveKind()); in tryToDisableInnerAnalysis() 12363 getOpenMPCaptureRegions(CaptureRegions, D.getDirectiveKind()); in checkAndEmitSharedLastprivateConditional()
|
D | CGStmtOpenMP.cpp | 779 getOpenMPCaptureRegions(CaptureRegions, D.getDirectiveKind()); in EmitOMPFirstprivateClause()
|