Searched refs:forLValue (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp267 AggValueSlot::forLValue(src, AggValueSlot::IsDestructed,
780 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed,
791 AggValueSlot::forLValue(LHS, AggValueSlot::IsDestructed,
942 CGF.EmitAggExpr(E, AggValueSlot::forLValue(LV,
1268 EmitAggExpr(E, AggValueSlot::forLValue(LV, AggValueSlot::IsNotDestructed,
H A DCGDeclCXX.cpp49 CGF.EmitAggExpr(Init, AggValueSlot::forLValue(lv,AggValueSlot::IsDestructed,
H A DCGValue.h392 static AggValueSlot forLValue(const LValue &LV, function in class:clang::CodeGen::AggValueSlot
H A DCGExpr.cpp3353 bool forLValue,
3373 if (ov == resultExpr && ov->isRValue() && !forLValue &&
3388 if (forLValue)
3400 if (forLValue)
3351 emitPseudoObjectExpr(CodeGenFunction &CGF, const PseudoObjectExpr *E, bool forLValue, AggValueSlot slot) argument
H A DCGClass.cpp456 AggValueSlot::forLValue(LV,
H A DCGDecl.cpp1123 EmitAggExpr(init, AggValueSlot::forLValue(lvalue,
H A DCGObjC.cpp1330 AggValueSlot::forLValue(LV, AggValueSlot::IsDestructed,

Completed in 88 milliseconds