Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp48 CodeGenFunction::OMPPrivateScope InlinedShareds; member in __anonb025da6e0111::OMPLexicalScope
62 InlinedShareds(CGF) { in OMPLexicalScope()
78 InlinedShareds.isGlobalVarCaptured(VD)), in OMPLexicalScope()
80 InlinedShareds.addPrivate(VD, [&CGF, &DRE]() -> Address { in OMPLexicalScope()
85 (void)InlinedShareds.Privatize(); in OMPLexicalScope()
146 CodeGenFunction::OMPPrivateScope InlinedShareds; member in __anonb025da6e0111::OMPSimdLexicalScope
158 InlinedShareds(CGF) { in OMPSimdLexicalScope()
182 CGF.EmitOMPPrivateClause(S, InlinedShareds); in OMPSimdLexicalScope()
197 InlinedShareds.isGlobalVarCaptured(VD)), in OMPSimdLexicalScope()
200 InlinedShareds.addPrivate(VD, [&CGF, &DRE]() -> Address { in OMPSimdLexicalScope()
[all …]