Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3489 LValue SharedRefLValue; in emitPrivatesInit() local
3501 SharedRefLValue = in emitPrivatesInit()
3504 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit()
3505 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit()
3506 SharedRefLValue.getAddress(CGF).withAlignment( in emitPrivatesInit()
3508 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
3509 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit()
3513 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3519 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3525 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit()
[all …]