Searched refs:emitRetVoid (Results 1 – 2 of 2) sorted by relevance
232 bool EvalEmitter::emitRetVoid(const SourceInfo &Info) { in emitRetVoid() function in EvalEmitter
4525 return this->emitRetVoid(E) && maybeDestroyLocals(); in visitExpr()5378 return this->emitRetVoid(RS); in visitReturnStmt()5384 return this->emitRetVoid(RS); in visitReturnStmt()5835 return this->emitRetVoid(MD); in emitLambdaStaticInvokerBody()5886 return this->emitRetVoid(Ctor); in compileConstructor()5899 this->emitRetVoid(Ctor); in compileConstructor()5988 return this->emitRetVoid(SourceInfo{}); in compileConstructor()6038 return this->emitPopPtr(Dtor) && this->emitRetVoid(Dtor); in compileDestructor()6087 return this->emitRetVoid(SourceInfo{}); in visitFunc()