Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp111 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) { in emitRet() function in EvalEmitter
119 template <> bool EvalEmitter::emitRet<PT_Ptr>(const SourceInfo &Info) { in emitRet() function in EvalEmitter
125 template <> bool EvalEmitter::emitRet<PT_FnPtr>(const SourceInfo &Info) { in emitRet() function in EvalEmitter
H A DByteCodeStmtGen.cpp134 return this->emitRet(*ReturnType, MD); in emitLambdaStaticInvokerBody()
342 return this->emitRet(*ReturnType, RS); in visitReturnStmt()
H A DByteCodeExprGen.cpp2336 return this->emitRet(*T, E); in visitExpr()
2391 return this->emitRet(*VarT, VD); in visitDecl()
2394 return this->emitRet(PT_Ptr, VD); in visitDecl()