Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DCompiler.h244 void emitCleanup();
H A DCompiler.cpp5362 this->emitCleanup(); in visitReturnStmt()
5377 this->emitCleanup(); in visitReturnStmt()
5383 this->emitCleanup(); in visitReturnStmt()
5830 this->emitCleanup(); in emitLambdaStaticInvokerBody()
6693 template <class Emitter> void Compiler<Emitter>::emitCleanup() { in emitCleanup() function in Compiler