Searched refs:forLValue (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenExprAggregate.cpp | 251 cgf.emitAggExpr(e, AggValueSlot::forLValue(lv, AggValueSlot::IsDestructed, in emitInitializationToLValue() 396 emitAggExpr(e, AggValueSlot::forLValue(lv, AggValueSlot::IsNotDestructed, in emitAggExprToLValue()
|
| H A D | CIRGenValue.h | 352 static AggValueSlot forLValue(const LValue &LV, IsDestructed_t isDestructed,
|
| H A D | CIRGenDecl.cpp | 515 AggValueSlot::forLValue(lvalue, AggValueSlot::IsDestructed, in emitExprAsInit()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 385 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 D | CGCoroutine.cpp | 226 bool ignoreResult, bool forLValue) { in emitSuspendExpression() argument 367 if (forLValue) in emitSuspendExpression()
|
| H A D | CGValue.h | 602 forLValue(const LValue &LV, IsDestructed_t isDestructed,
|
| H A D | CGDeclCXX.cpp | 61 AggValueSlot::forLValue(lv, AggValueSlot::IsDestructed, in EmitDeclInit()
|
| H A D | CGExpr.cpp | 311 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 D | CGAtomic.cpp | 2125 AggValueSlot slot = AggValueSlot::forLValue( in EmitAtomicInit()
|
| H A D | CGClass.cpp | 704 AggValueSlot Slot = AggValueSlot::forLValue( in EmitInitializerForField()
|
| H A D | CGDecl.cpp | 2127 AggValueSlot::forLValue(lvalue, AggValueSlot::IsDestructed, in EmitExprAsInit()
|
| H A D | CGObjC.cpp | 1769 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()
|