Searched defs:forLValue (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGValue.h524 static AggValueSlot forLValue(const LValue &LV, function in class:clang::CodeGen::AggValueSlot
H A DCGExpr.cpp3974 bool forLValue,
3994 if (ov == resultExpr && ov->isRValue() && !forLValue &&
4009 if (forLValue)
4021 if (forLValue)
3972 emitPseudoObjectExpr(CodeGenFunction &CGF, const PseudoObjectExpr *E, bool forLValue, AggValueSlot slot) argument

Completed in 87 milliseconds