Home
last modified time | relevance | path

Searched refs:emitRet (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.cpp171 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) { in emitRet() function in EvalEmitter
180 template <> bool EvalEmitter::emitRet<PT_Ptr>(const SourceInfo &Info) { in emitRet() function in EvalEmitter
H A DCompiler.cpp4533 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()