Searched refs:emitRet (Results 1 – 2 of 2) sorted by relevance
140 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) { in emitRet() function in EvalEmitter152 template <> bool EvalEmitter::emitRet<PT_Ptr>(const SourceInfo &Info) { in emitRet() function in EvalEmitter189 template <> bool EvalEmitter::emitRet<PT_FnPtr>(const SourceInfo &Info) { in emitRet() function in EvalEmitter
3563 return this->emitRet(*T, E) && RootScope.destroyLocals(); in visitExpr()3627 return this->emitRet(VarT.value_or(PT_Ptr), VD) && LS.destroyLocals(); in visitDeclAndReturn()3657 if (!this->emitRet(VarT.value_or(PT_Ptr), VD)) { in visitDeclAndReturn()4271 return this->emitRet(*ReturnType, RS); in visitReturnStmt()4690 return this->emitRet(*ReturnType, MD); in emitLambdaStaticInvokerBody()