Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp60 CodeGenFunction::OMPPrivateScope InlinedShareds; member in __anone1cc1baf0111::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()
194 CodeGenFunction::OMPPrivateScope InlinedShareds; member in __anone1cc1baf0111::OMPSimdLexicalScope
206 InlinedShareds(CGF) { in OMPSimdLexicalScope()
236 CGF.EmitOMPPrivateClause(S, InlinedShareds); in OMPSimdLexicalScope()
251 InlinedShareds.isGlobalVarCaptured(VD)), in OMPSimdLexicalScope()
254 InlinedShareds.addPrivate(VD, [&CGF, &DRE]() -> Address { in OMPSimdLexicalScope()
[all …]
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp47 CodeGenFunction::OMPPrivateScope InlinedShareds; member in __anon1bf826e10111::OMPLexicalScope
59 InlinedShareds(CGF) { in OMPLexicalScope()
70 InlinedShareds.isGlobalVarCaptured(VD)), in OMPLexicalScope()
73 InlinedShareds.addPrivate(VD, [&CGF, &DRE]() -> Address { in OMPLexicalScope()
78 (void)InlinedShareds.Privatize(); in OMPLexicalScope()