Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp65 CodeGenFunction::OMPPrivateScope InlinedShareds; member in __anon8cd96fef0111::OMPLexicalScope
80 InlinedShareds(CGF) { in OMPLexicalScope()
96 InlinedShareds.isGlobalVarCaptured(VD)), in OMPLexicalScope()
98 InlinedShareds.addPrivate(VD, CGF.EmitLValue(&DRE).getAddress(CGF)); in OMPLexicalScope()
101 (void)InlinedShareds.Privatize(); in OMPLexicalScope()
203 CodeGenFunction::OMPPrivateScope InlinedShareds; member in __anon8cd96fef0111::OMPSimdLexicalScope
215 InlinedShareds(CGF) { in OMPSimdLexicalScope()
245 CGF.EmitOMPPrivateClause(S, InlinedShareds); in OMPSimdLexicalScope()
271 InlinedShareds.isGlobalVarCaptured(VD)), in OMPSimdLexicalScope()
274 InlinedShareds.addPrivate(VD, CGF.EmitLValue(&DRE).getAddress(CGF)); in OMPSimdLexicalScope()
[all …]