Searched refs:SharedRefLValue (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 4663 LValue SharedRefLValue; in emitPrivatesInit() local 4675 SharedRefLValue = in emitPrivatesInit() 4678 SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); in emitPrivatesInit() 4679 SharedRefLValue = CGF.MakeAddrLValue( in emitPrivatesInit() 4680 Address(SharedRefLValue.getPointer(), C.getDeclAlign(OriginalVD)), in emitPrivatesInit() 4681 SharedRefLValue.getType(), LValueBaseInfo(AlignmentSource::Decl), in emitPrivatesInit() 4682 SharedRefLValue.getTBAAInfo()); in emitPrivatesInit() 4688 CGF.EmitAggregateAssign(PrivateLValue, SharedRefLValue, Type); in emitPrivatesInit() 4693 PrivateLValue.getAddress(), SharedRefLValue.getAddress(), Type, in emitPrivatesInit() 4711 InitScope.addPrivate(Elem, [SharedRefLValue]() -> Address { in emitPrivatesInit() [all …]
|