Searched refs:ElemLV (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExpr.cpp | 3241 LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(), in EmitUnaryOpLValue() local 3243 ElemLV.getQuals().addQualifiers(LV.getQuals()); in EmitUnaryOpLValue() 3244 return ElemLV; in EmitUnaryOpLValue()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 6626 LValue ElemLV = This; in HandleDestructionImpl() local 6627 ElemLV.addArray(Info, &LocE, CAT); in HandleDestructionImpl() 6628 if (!HandleLValueArrayAdjustment(Info, &LocE, ElemLV, ElemT, Size)) in HandleDestructionImpl() 6639 if (!HandleLValueArrayAdjustment(Info, &LocE, ElemLV, ElemT, -1) || in HandleDestructionImpl() 6640 !HandleDestructionImpl(Info, CallRange, ElemLV, Elem, ElemT)) in HandleDestructionImpl()
|