Searched refs:emitRet (Results 1 – 3 of 3) sorted by relevance
111 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) { in emitRet() function in EvalEmitter119 template <> bool EvalEmitter::emitRet<PT_Ptr>(const SourceInfo &Info) { in emitRet() function in EvalEmitter125 template <> bool EvalEmitter::emitRet<PT_FnPtr>(const SourceInfo &Info) { in emitRet() function in EvalEmitter
134 return this->emitRet(*ReturnType, MD); in emitLambdaStaticInvokerBody()342 return this->emitRet(*ReturnType, RS); in visitReturnStmt()
2336 return this->emitRet(*T, E); in visitExpr()2391 return this->emitRet(*VarT, VD); in visitDecl()2394 return this->emitRet(PT_Ptr, VD); in visitDecl()