Home
last modified time | relevance | path

Searched refs:PrivScope (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3775 CodeGenFunction::OMPPrivateScope PrivScope(CGF); in emitScanBasedDirective() local
3790 PrivScope.addPrivate(LHSVD, LHSAddr); in emitScanBasedDirective()
3801 PrivScope.addPrivate(RHSVD, RHSAddr); in emitScanBasedDirective()
3805 PrivScope.Privatize(); in emitScanBasedDirective()
H A DCGOpenMPRuntime.cpp362 PrivScope(CGF) { in CGOpenMPInnerExprInfo()
378 PrivScope.addPrivate(VD, CGF.EmitLValue(&DRE).getAddress()); in CGOpenMPInnerExprInfo()
380 (void)PrivScope.Privatize(); in CGOpenMPInnerExprInfo()
410 CodeGenFunction::OMPPrivateScope PrivScope; member in __anon93cce0fb0111::CGOpenMPInnerExprInfo