Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3730 CodeGenFunction::OMPPrivateScope PrivScope(CGF); in emitScanBasedDirective() local
3745 PrivScope.addPrivate(LHSVD, LHSAddr); in emitScanBasedDirective()
3756 PrivScope.addPrivate(RHSVD, RHSAddr); in emitScanBasedDirective()
3760 PrivScope.Privatize(); in emitScanBasedDirective()
H A DCGOpenMPRuntime.cpp360 PrivScope(CGF) { in CGOpenMPInnerExprInfo()
376 PrivScope.addPrivate(VD, CGF.EmitLValue(&DRE).getAddress(CGF)); in CGOpenMPInnerExprInfo()
378 (void)PrivScope.Privatize(); in CGOpenMPInnerExprInfo()
408 CodeGenFunction::OMPPrivateScope PrivScope; member in __anon90c6c1b10111::CGOpenMPInnerExprInfo