Searched defs:DestLV (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 378 LValue DestLV = CGF.MakeAddrLValue(dest.getAddress(), type); in EmitCopy() local 416 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitCXXStdInitializerListExpr() local 1068 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitBinCmp() local 1608 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitInitListExpr() local 1862 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitDesignatedInitUpdateExpr() local
|
D | CGExprComplex.cpp | 481 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in EmitCast() local
|
D | CGExprScalar.cpp | 1945 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local 2015 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local 2022 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); in VisitCastExpr() local
|
D | CGClass.cpp | 979 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy); in emitMemcpy() local
|
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 345 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitCXXStdInitializerListExpr() local 1149 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitInitListExpr() local 1322 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); in VisitDesignatedInitUpdateExpr() local
|
D | CGClass.cpp | 1054 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy); in emitMemcpy() local
|