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

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp55 ReturnValueSlot getReturnValueSlot() const { function in class:__anon3721::AggExprEmitter
273 /// getReturnValueSlot() didn't use it directly.
276 /// RValue Result = EmitSomething(..., getReturnValueSlot());
790 RValue RV = CGF.EmitCallExpr(E, getReturnValueSlot());
795 RValue RV = CGF.EmitObjCMessageExpr(E, getReturnValueSlot());

Completed in 52 milliseconds