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

/external/clang/lib/CodeGen/
H A DCGValue.h424 static AggValueSlot forLValue(const LValue &LV, function in class:clang::CodeGen::AggValueSlot
H A DCGExpr.cpp3193 bool forLValue,
3213 if (ov == resultExpr && ov->isRValue() && !forLValue &&
3227 if (forLValue)
3239 if (forLValue)
3191 emitPseudoObjectExpr(CodeGenFunction &CGF, const PseudoObjectExpr *E, bool forLValue, AggValueSlot slot) argument

Completed in 79 milliseconds