Searched refs:emitRet (Results 1 – 2 of 2) sorted by relevance
171 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) { in emitRet() function in EvalEmitter180 template <> bool EvalEmitter::emitRet<PT_Ptr>(const SourceInfo &Info) { in emitRet() function in EvalEmitter
4533 return this->emitRet(*T, E) && maybeDestroyLocals(); in visitExpr()4598 return this->emitRet(classify(Init).value_or(PT_Ptr), VD) && in visitDeclAndReturn()4630 if (!this->emitRet(VarT.value_or(PT_Ptr), VD)) { in visitDeclAndReturn()5363 return this->emitRet(*ReturnType, RS); in visitReturnStmt()5832 return this->emitRet(*ReturnType, MD); in emitLambdaStaticInvokerBody()6053 return this->emitMemcpy(MD) && this->emitRet(PT_Ptr, MD); in compileUnionAssignmentOperator()