Searched refs:forLValue (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 315 AggValueSlot::forLValue(src, AggValueSlot::IsDestructed, in EmitFinalDestCopy() 915 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign() 935 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign() 1096 CGF.EmitAggExpr(E, AggValueSlot::forLValue(LV, in EmitInitializationToLValue() 1427 EmitAggExpr(E, AggValueSlot::forLValue(LV, AggValueSlot::IsNotDestructed, in EmitAggExprToLValue()
|
D | CGValue.h | 424 static AggValueSlot forLValue(const LValue &LV,
|
D | CGDeclCXX.cpp | 54 CGF.EmitAggExpr(Init, AggValueSlot::forLValue(lv,AggValueSlot::IsDestructed, in EmitDeclInit()
|
D | CGExpr.cpp | 3214 bool forLValue, in emitPseudoObjectExpr() argument 3234 if (ov == resultExpr && ov->isRValue() && !forLValue && in emitPseudoObjectExpr() 3248 if (forLValue) in emitPseudoObjectExpr() 3260 if (forLValue) in emitPseudoObjectExpr()
|
D | CGAtomic.cpp | 933 AggValueSlot slot = AggValueSlot::forLValue(dest, in EmitAtomicInit()
|
D | CGDecl.cpp | 1136 EmitAggExpr(init, AggValueSlot::forLValue(lvalue, in EmitExprAsInit()
|
D | CGClass.cpp | 463 AggValueSlot::forLValue(LV, in EmitAggMemberInitializer()
|
D | CGObjC.cpp | 1340 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()
|