Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h224 void emitCleanup();
H A DCompiler.cpp4270 this->emitCleanup(); in visitReturnStmt()
4284 this->emitCleanup(); in visitReturnStmt()
4290 this->emitCleanup(); in visitReturnStmt()
4688 this->emitCleanup(); in emitLambdaStaticInvokerBody()
5276 template <class Emitter> void Compiler<Emitter>::emitCleanup() { in emitCleanup() function in Compiler