Home
last modified time | relevance | path

Searched refs:forLValue (Results 1 – 17 of 17) 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()
/external/llvm-project/clang/lib/CodeGen/
DCGExprAgg.cpp353 AggValueSlot srcAgg = AggValueSlot::forLValue( in EmitFinalDestCopy()
1186 AggValueSlot::forLValue(LHS, CGF, AggValueSlot::IsDestructed, in VisitBinAssign()
1207 AggValueSlot LHSSlot = AggValueSlot::forLValue( in VisitBinAssign()
1542 E, AggValueSlot::forLValue(LV, CGF, AggValueSlot::IsDestructed, in EmitInitializationToLValue()
1830 auto elementSlot = AggValueSlot::forLValue( in VisitArrayInitLoopExpr()
1997 EmitAggExpr(E, AggValueSlot::forLValue( in EmitAggExprToLValue()
DCGCoroutine.cpp178 bool ignoreResult, bool forLValue) { in emitSuspendExpression() argument
248 if (forLValue) in emitSuspendExpression()
DCGValue.h575 forLValue(const LValue &LV, CodeGenFunction &CGF, IsDestructed_t isDestructed,
DCGDeclCXX.cpp59 AggValueSlot::forLValue(lv, CGF, AggValueSlot::IsDestructed, in EmitDeclInit()
DCGExpr.cpp5346 bool forLValue, in emitPseudoObjectExpr() argument
5372 if (ov == resultExpr && ov->isRValue() && !forLValue && in emitPseudoObjectExpr()
5386 if (forLValue) in emitPseudoObjectExpr()
5398 if (forLValue) in emitPseudoObjectExpr()
DCGDecl.cpp1947 EmitAggExpr(init, AggValueSlot::forLValue( in EmitExprAsInit()
DCGAtomic.cpp2110 AggValueSlot slot = AggValueSlot::forLValue( in EmitAtomicInit()
DCGClass.cpp708 AggValueSlot Slot = AggValueSlot::forLValue( in EmitInitializerForField()
DCGObjC.cpp1671 AggValueSlot::forLValue(LV, *this, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()