Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExpr.cpp2726 LValue CapLVal; in EmitDeclRefLValue() local
2728 CapLVal = EmitLoadOfReferenceLValue(I->second, VD->getType(), in EmitDeclRefLValue()
2731 CapLVal = MakeAddrLValue(I->second, T); in EmitDeclRefLValue()
2736 CapLVal.setNontemporal(/*Value=*/true); in EmitDeclRefLValue()
2737 return CapLVal; in EmitDeclRefLValue()
2739 LValue CapLVal = in EmitDeclRefLValue() local
2742 CapLVal = MakeAddrLValue( in EmitDeclRefLValue()
2743 Address(CapLVal.getPointer(*this), getContext().getDeclAlign(VD)), in EmitDeclRefLValue()
2744 CapLVal.getType(), LValueBaseInfo(AlignmentSource::Decl), in EmitDeclRefLValue()
2745 CapLVal.getTBAAInfo()); in EmitDeclRefLValue()
[all …]