Searched refs:forLValue (Results 1 – 17 of 17) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 285 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()
|
D | CGValue.h | 524 static AggValueSlot forLValue(const LValue &LV,
|
D | CGDeclCXX.cpp | 53 CGF.EmitAggExpr(Init, AggValueSlot::forLValue(lv,AggValueSlot::IsDestructed, in EmitDeclInit()
|
D | CGExpr.cpp | 4191 bool forLValue, in emitPseudoObjectExpr() argument 4211 if (ov == resultExpr && ov->isRValue() && !forLValue && in emitPseudoObjectExpr() 4226 if (forLValue) in emitPseudoObjectExpr() 4238 if (forLValue) in emitPseudoObjectExpr()
|
D | CGDecl.cpp | 1314 EmitAggExpr(init, AggValueSlot::forLValue(lvalue, in EmitExprAsInit()
|
D | CGAtomic.cpp | 1842 AggValueSlot slot = AggValueSlot::forLValue(dest, in EmitAtomicInit()
|
D | CGClass.cpp | 600 AggValueSlot::forLValue(LV, in EmitAggMemberInitializer()
|
D | CGObjC.cpp | 1419 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGExprAgg.cpp | 353 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()
|
D | CGCoroutine.cpp | 178 bool ignoreResult, bool forLValue) { in emitSuspendExpression() argument 248 if (forLValue) in emitSuspendExpression()
|
D | CGValue.h | 575 forLValue(const LValue &LV, CodeGenFunction &CGF, IsDestructed_t isDestructed,
|
D | CGDeclCXX.cpp | 59 AggValueSlot::forLValue(lv, CGF, AggValueSlot::IsDestructed, in EmitDeclInit()
|
D | CGExpr.cpp | 5346 bool forLValue, in emitPseudoObjectExpr() argument 5372 if (ov == resultExpr && ov->isRValue() && !forLValue && in emitPseudoObjectExpr() 5386 if (forLValue) in emitPseudoObjectExpr() 5398 if (forLValue) in emitPseudoObjectExpr()
|
D | CGDecl.cpp | 1947 EmitAggExpr(init, AggValueSlot::forLValue( in EmitExprAsInit()
|
D | CGAtomic.cpp | 2110 AggValueSlot slot = AggValueSlot::forLValue( in EmitAtomicInit()
|
D | CGClass.cpp | 708 AggValueSlot Slot = AggValueSlot::forLValue( in EmitInitializerForField()
|
D | CGObjC.cpp | 1671 AggValueSlot::forLValue(LV, *this, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()
|