Home
last modified time | relevance | path

Searched refs:CR_OpenMP (Results 1 – 9 of 9) sorted by relevance

/openbsd/src/gnu/llvm/clang/include/clang/Basic/
DCapturedStmt.h19 CR_OpenMP enumerator
/openbsd/src/gnu/llvm/clang/include/clang/Sema/
DScopeInfo.h821 case CR_OpenMP: in getRegionName()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaOpenMP.cpp2366 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
2395 if (RSI->CapRegionKind == CR_OpenMP) { in isOpenMPCapturedDecl()
4191 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
4221 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
4233 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
4242 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
4266 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
4274 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
4304 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
4327 ActOnCapturedRegionStart(DSAStack->getConstructLoc(), CurScope, CR_OpenMP, in ActOnOpenMPRegionStart()
[all …]
DSemaStmt.cpp4669 RSI->CapRegionKind == CR_OpenMP); in buildCapturedStmtCaptureList()
4687 if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) in buildCapturedStmtCaptureList()
DSema.cpp2673 (getLangOpts().OpenMP && K == CR_OpenMP) ? getOpenMPNestingLevel() : 0, in PushCapturedRegionScope()
DSemaExpr.cpp18623 cast<CapturedRegionScopeInfo>(CSI)->CapRegionKind == CR_OpenMP)) in isVariableAlreadyCapturedInScopeInfo()
18808 } else if (S.getLangOpts().OpenMP && RSI->CapRegionKind == CR_OpenMP) { in captureInCapturedRegion()
19165 if (RSI->CapRegionKind == CR_OpenMP) { in tryCaptureVariable()
/openbsd/src/gnu/llvm/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1779 CGCapturedStmtInfo CGSI(*CS, CR_OpenMP); in EmitOMPParallelDirective()
1828 CGSI = new CodeGenFunction::CGCapturedStmtInfo(CR_OpenMP); in OMPTransformDirectiveScopeRAII()
4167 CGCapturedStmtInfo CGSI(*ICS, CR_OpenMP); in EmitOMPSectionsDirective()
4409 CGCapturedStmtInfo CGSI(CR_OpenMP); in EmitOMPParallelForDirective()
4443 CGCapturedStmtInfo CGSI(CR_OpenMP); in EmitOMPParallelForSimdDirective()
DCGOpenMPRuntimeGPU.cpp3280 NeedToDelayGlobalization = CGF.CapturedStmtInfo->getKind() == CR_OpenMP; in emitFunctionProlog()
DCGOpenMPRuntime.cpp73 : CGCapturedStmtInfo(CS, CR_OpenMP), RegionKind(RegionKind), in CGOpenMPRegionInfo()
79 : CGCapturedStmtInfo(CR_OpenMP), RegionKind(RegionKind), CodeGen(CodeGen), in CGOpenMPRegionInfo()
102 return Info->getKind() == CR_OpenMP; in classof()