Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp251 cgf.emitAggExpr(e, AggValueSlot::forLValue(lv, AggValueSlot::IsDestructed, in emitInitializationToLValue()
396 emitAggExpr(e, AggValueSlot::forLValue(lv, AggValueSlot::IsNotDestructed, in emitAggExprToLValue()
H A DCIRGenValue.h352 static AggValueSlot forLValue(const LValue &LV, IsDestructed_t isDestructed,
H A DCIRGenDecl.cpp515 AggValueSlot::forLValue(lvalue, AggValueSlot::IsDestructed, in emitExprAsInit()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprAgg.cpp385 AggValueSlot srcAgg = AggValueSlot::forLValue( in EmitFinalDestCopy()
1363 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign()
1384 AggValueSlot LHSSlot = AggValueSlot::forLValue( in VisitBinAssign()
2058 auto elementSlot = AggValueSlot::forLValue( in VisitArrayInitLoopExpr()
2224 EmitAggExpr(E, AggValueSlot::forLValue(LV, AggValueSlot::IsNotDestructed, in EmitAggExprToLValue()
H A DCGCoroutine.cpp226 bool ignoreResult, bool forLValue) { in emitSuspendExpression() argument
367 if (forLValue) in emitSuspendExpression()
H A DCGValue.h602 forLValue(const LValue &LV, IsDestructed_t isDestructed,
H A DCGDeclCXX.cpp61 AggValueSlot::forLValue(lv, AggValueSlot::IsDestructed, in EmitDeclInit()
H A DCGExpr.cpp311 EmitAggExpr(E, AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in EmitInitializationToLValue()
6606 bool forLValue, in emitPseudoObjectExpr() argument
6632 if (ov == resultExpr && ov->isPRValue() && !forLValue && in emitPseudoObjectExpr()
6646 if (forLValue) in emitPseudoObjectExpr()
6658 if (forLValue) in emitPseudoObjectExpr()
H A DCGAtomic.cpp2125 AggValueSlot slot = AggValueSlot::forLValue( in EmitAtomicInit()
H A DCGClass.cpp704 AggValueSlot Slot = AggValueSlot::forLValue( in EmitInitializerForField()
H A DCGDecl.cpp2127 AggValueSlot::forLValue(lvalue, AggValueSlot::IsDestructed, in EmitExprAsInit()
H A DCGObjC.cpp1769 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()