Searched refs:emitRet (Results 1 – 3 of 3) sorted by relevance
171 return this->emitRet(*ReturnType, RS); in visitReturnStmt()
525 return this->emitRet(*T, Exp); in visitExpr()548 return this->emitRet(*T, VD); in visitDecl()
98 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) { in emitRet() function in EvalEmitter