Home
last modified time | relevance | path

Searched defs:DestLV (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp401 LValue DestLV = CGF.MakeAddrLValue(dest.getAddress(), type); EmitCopy() local
439 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); VisitCXXStdInitializerListExpr() local
1097 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); VisitBinCmp() local
1654 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), ExprToVisit->getType()); VisitCXXParenListOrInitListExpr() local
1921 LValue DestLV = CGF.MakeAddrLValue(Dest.getAddress(), E->getType()); VisitDesignatedInitUpdateExpr() local
[all...]
H A DCGExprComplex.cpp507 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); EmitCast() local
H A DCGExprScalar.cpp2075 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); VisitCastExpr() local
2197 LValue DestLV = CGF.MakeAddrLValue(Addr, DestTy); VisitCastExpr() local
H A DCGClass.cpp971 LValue DestLV = CGF.MakeAddrLValue(ThisPtr, RecordTy); emitMemcpy() local