Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp284 AggValueSlot::forLValue(src, AggValueSlot::IsDestructed, in EmitFinalDestCopy()
887 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign()
908 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign()
1078 CGF.EmitAggExpr(E, AggValueSlot::forLValue(LV, in EmitInitializationToLValue()
1416 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.cpp3974 bool forLValue, in emitPseudoObjectExpr() argument
3994 if (ov == resultExpr && ov->isRValue() && !forLValue && in emitPseudoObjectExpr()
4009 if (forLValue) in emitPseudoObjectExpr()
4021 if (forLValue) in emitPseudoObjectExpr()
DCGDecl.cpp1302 EmitAggExpr(init, AggValueSlot::forLValue(lvalue, in EmitExprAsInit()
DCGAtomic.cpp1861 AggValueSlot slot = AggValueSlot::forLValue(dest, in EmitAtomicInit()
DCGClass.cpp599 AggValueSlot::forLValue(LV, in EmitAggMemberInitializer()
DCGObjC.cpp1425 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()