Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/Interp/
DByteCodeStmtGen.cpp171 return this->emitRet(*ReturnType, RS); in visitReturnStmt()
DByteCodeExprGen.cpp525 return this->emitRet(*T, Exp); in visitExpr()
548 return this->emitRet(*T, VD); in visitDecl()
DEvalEmitter.cpp98 template <PrimType OpType> bool EvalEmitter::emitRet(const SourceInfo &Info) { in emitRet() function in EvalEmitter