Searched refs:forLValue (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 380 AggValueSlot srcAgg = AggValueSlot::forLValue( in EmitFinalDestCopy() 1229 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign() 1250 AggValueSlot LHSSlot = AggValueSlot::forLValue( in VisitBinAssign() 1576 E, AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in EmitInitializationToLValue() 1865 auto elementSlot = AggValueSlot::forLValue( in VisitArrayInitLoopExpr() 2031 EmitAggExpr(E, AggValueSlot::forLValue(LV, AggValueSlot::IsNotDestructed, in EmitAggExprToLValue()
|
H A D | CGCoroutine.cpp | 225 bool ignoreResult, bool forLValue) { in emitSuspendExpression() argument 366 if (forLValue) in emitSuspendExpression()
|
H A D | CGValue.h | 602 forLValue(const LValue &LV, IsDestructed_t isDestructed,
|
H A D | CGDeclCXX.cpp | 60 AggValueSlot::forLValue(lv, AggValueSlot::IsDestructed, in EmitDeclInit()
|
H A D | CGExpr.cpp | 6150 bool forLValue, in emitPseudoObjectExpr() argument 6176 if (ov == resultExpr && ov->isPRValue() && !forLValue && in emitPseudoObjectExpr() 6190 if (forLValue) in emitPseudoObjectExpr() 6202 if (forLValue) in emitPseudoObjectExpr()
|
H A D | CGAtomic.cpp | 2070 AggValueSlot slot = AggValueSlot::forLValue( in EmitAtomicInit()
|
H A D | CGDecl.cpp | 2062 AggValueSlot::forLValue(lvalue, AggValueSlot::IsDestructed, in EmitExprAsInit()
|
H A D | CGClass.cpp | 708 AggValueSlot Slot = AggValueSlot::forLValue( in EmitInitializerForField()
|
H A D | CGObjC.cpp | 1725 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()
|