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.cpp3917 CodeGenFunction::OMPPrivateScope PrivScope(CGF); in emitScanBasedDirective() local
3932 PrivScope.addPrivate(LHSVD, LHSAddr); in emitScanBasedDirective()
3943 PrivScope.addPrivate(RHSVD, RHSAddr); in emitScanBasedDirective()
3947 PrivScope.Privatize(); in emitScanBasedDirective()
H A DCGOpenMPRuntime.cpp358 PrivScope(CGF) { in CGOpenMPInnerExprInfo()
374 PrivScope.addPrivate(VD, CGF.EmitLValue(&DRE).getAddress()); in CGOpenMPInnerExprInfo()
376 (void)PrivScope.Privatize(); in CGOpenMPInnerExprInfo()
406 CodeGenFunction::OMPPrivateScope PrivScope; member in __anon93cce0fb0111::CGOpenMPInnerExprInfo