Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp331 PrivScope(CGF) { in CGOpenMPInnerExprInfo()
347 PrivScope.addPrivate(VD, [&CGF, &DRE]() -> Address { in CGOpenMPInnerExprInfo()
351 (void)PrivScope.Privatize(); in CGOpenMPInnerExprInfo()
381 CodeGenFunction::OMPPrivateScope PrivScope; member in __anondef231dd0111::CGOpenMPInnerExprInfo
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3254 CodeGenFunction::OMPPrivateScope PrivScope(CGF); in emitScanBasedDirective() local
3269 PrivScope.addPrivate(LHSVD, [LHSAddr]() { return LHSAddr; }); in emitScanBasedDirective()
3280 PrivScope.addPrivate(RHSVD, [RHSAddr]() { return RHSAddr; }); in emitScanBasedDirective()
3284 PrivScope.Privatize(); in emitScanBasedDirective()
DCGOpenMPRuntime.cpp354 PrivScope(CGF) { in CGOpenMPInnerExprInfo()
370 PrivScope.addPrivate( in CGOpenMPInnerExprInfo()
373 (void)PrivScope.Privatize(); in CGOpenMPInnerExprInfo()
403 CodeGenFunction::OMPPrivateScope PrivScope; member in __anonbe229beb0111::CGOpenMPInnerExprInfo