Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp315 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()
DCGValue.h424 static AggValueSlot forLValue(const LValue &LV,
DCGDeclCXX.cpp54 CGF.EmitAggExpr(Init, AggValueSlot::forLValue(lv,AggValueSlot::IsDestructed, in EmitDeclInit()
DCGExpr.cpp3214 bool forLValue, in emitPseudoObjectExpr() argument
3234 if (ov == resultExpr && ov->isRValue() && !forLValue && in emitPseudoObjectExpr()
3248 if (forLValue) in emitPseudoObjectExpr()
3260 if (forLValue) in emitPseudoObjectExpr()
DCGAtomic.cpp933 AggValueSlot slot = AggValueSlot::forLValue(dest, in EmitAtomicInit()
DCGDecl.cpp1136 EmitAggExpr(init, AggValueSlot::forLValue(lvalue, in EmitExprAsInit()
DCGClass.cpp463 AggValueSlot::forLValue(LV, in EmitAggMemberInitializer()
DCGObjC.cpp1340 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()