Searched refs:forLValue (Results 1 – 8 of 8) sorted by relevance
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprAgg.cpp | 278 AggValueSlot::forLValue(src, AggValueSlot::IsDestructed, in EmitFinalDestCopy() 869 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign() 889 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed, in VisitBinAssign() 1056 CGF.EmitAggExpr(E, AggValueSlot::forLValue(LV, in EmitInitializationToLValue() 1392 EmitAggExpr(E, AggValueSlot::forLValue(LV, AggValueSlot::IsNotDestructed, in EmitAggExprToLValue()
|
H A D | CGValue.h | 439 static AggValueSlot forLValue(const LValue &LV,
|
H A D | CGDeclCXX.cpp | 56 CGF.EmitAggExpr(Init, AggValueSlot::forLValue(lv,AggValueSlot::IsDestructed, in EmitDeclInit()
|
H A D | CGExpr.cpp | 3480 bool forLValue, in emitPseudoObjectExpr() argument 3500 if (ov == resultExpr && ov->isRValue() && !forLValue && in emitPseudoObjectExpr() 3514 if (forLValue) in emitPseudoObjectExpr() 3526 if (forLValue) in emitPseudoObjectExpr()
|
H A D | CGAtomic.cpp | 1237 AggValueSlot slot = AggValueSlot::forLValue(dest, in EmitAtomicInit()
|
H A D | CGDecl.cpp | 1221 EmitAggExpr(init, AggValueSlot::forLValue(lvalue, in EmitExprAsInit()
|
H A D | CGClass.cpp | 475 AggValueSlot::forLValue(LV, in EmitAggMemberInitializer()
|
H A D | CGObjC.cpp | 1367 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed, in GenerateObjCCtorDtorMethod()
|