Searched refs:forLValue (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 285 AggValueSlot::forLValue(src, AggValueSlot::IsDestructed, in EmitFinalDestCopy() 889 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign() 910 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign() 1085 CGF.EmitAggExpr(E, AggValueSlot::forLValue(LV, in EmitInitializationToLValue() 1453 EmitAggExpr(E, AggValueSlot::forLValue(LV, AggValueSlot::IsNotDestructed, in EmitAggExprToLValue()
|
D | CGValue.h | 524 static AggValueSlot forLValue(const LValue &LV,
|
D | CGDeclCXX.cpp | 53 CGF.EmitAggExpr(Init, AggValueSlot::forLValue(lv,AggValueSlot::IsDestructed, in EmitDeclInit()
|
D | CGExpr.cpp | 4191 bool forLValue, in emitPseudoObjectExpr() argument 4211 if (ov == resultExpr && ov->isRValue() && !forLValue && in emitPseudoObjectExpr() 4226 if (forLValue) in emitPseudoObjectExpr() 4238 if (forLValue) in emitPseudoObjectExpr()
|
D | CGDecl.cpp | 1314 EmitAggExpr(init, AggValueSlot::forLValue(lvalue, in EmitExprAsInit()
|
D | CGAtomic.cpp | 1842 AggValueSlot slot = AggValueSlot::forLValue(dest, in EmitAtomicInit()
|
D | CGClass.cpp | 600 AggValueSlot::forLValue(LV, in EmitAggMemberInitializer()
|
D | CGObjC.cpp | 1419 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()
|