Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp60 CodeGenFunction::OMPPrivateScope InlinedShareds; member in __anon18af19ea0111::OMPLexicalScope
75 InlinedShareds(CGF) { in OMPLexicalScope()
91 InlinedShareds.isGlobalVarCaptured(VD)), in OMPLexicalScope()
93 InlinedShareds.addPrivate(VD, [&CGF, &DRE]() -> Address { in OMPLexicalScope()
98 (void)InlinedShareds.Privatize(); in OMPLexicalScope()
197 CodeGenFunction::OMPPrivateScope InlinedShareds; member in __anon18af19ea0111::OMPSimdLexicalScope
209 InlinedShareds(CGF) { in OMPSimdLexicalScope()
239 CGF.EmitOMPPrivateClause(S, InlinedShareds); in OMPSimdLexicalScope()
265 InlinedShareds.isGlobalVarCaptured(VD)), in OMPSimdLexicalScope()
268 InlinedShareds.addPrivate(VD, [&CGF, &DRE]() -> Address { in OMPSimdLexicalScope()
[all …]