Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3867 LValue SharedRefLValue; in emitPrivatesInit() local
3879 SharedRefLValue = in emitPrivatesInit()
3882 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit()
3883 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit()
3884 Address(SharedRefLValue.getPointer(CGF), in emitPrivatesInit()
3886 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit()
3887 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit()
3891 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3897 SharedRefLValue = CGF.EmitLValue(Pair.second.OriginalRef); in emitPrivatesInit()
3903 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit()
[all …]