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

/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp3528 auto SharedRefLValue = CGF.EmitLValueForField(SrcBase, SharedField); local
3529 SharedRefLValue = CGF.MakeAddrLValue(
3530 Address(SharedRefLValue.getPointer(), C.getDeclAlign(OriginalVD)),
3531 SharedRefLValue.getType(), AlignmentSource::Decl);
3538 SharedRefLValue.getAddress(), Type);
3543 PrivateLValue.getAddress(), SharedRefLValue.getAddress(), Type,
3561 InitScope.addPrivate(Elem, [SharedRefLValue]() -> Address {
3562 return SharedRefLValue.getAddress();

Completed in 105 milliseconds