Home
last modified time | relevance | path

Searched refs:forLValue (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprAgg.cpp285 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()
DCGValue.h524 static AggValueSlot forLValue(const LValue &LV,
DCGDeclCXX.cpp53 CGF.EmitAggExpr(Init, AggValueSlot::forLValue(lv,AggValueSlot::IsDestructed, in EmitDeclInit()
DCGExpr.cpp4191 bool forLValue, in emitPseudoObjectExpr() argument
4211 if (ov == resultExpr && ov->isRValue() && !forLValue && in emitPseudoObjectExpr()
4226 if (forLValue) in emitPseudoObjectExpr()
4238 if (forLValue) in emitPseudoObjectExpr()
DCGDecl.cpp1314 EmitAggExpr(init, AggValueSlot::forLValue(lvalue, in EmitExprAsInit()
DCGAtomic.cpp1842 AggValueSlot slot = AggValueSlot::forLValue(dest, in EmitAtomicInit()
DCGClass.cpp600 AggValueSlot::forLValue(LV, in EmitAggMemberInitializer()
DCGObjC.cpp1419 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()