Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp170 this->emitCleanup(); in visitReturnStmt()
177 this->emitCleanup(); in visitReturnStmt()
181 this->emitCleanup(); in visitReturnStmt()
H A DByteCodeExprGen.h79 void emitCleanup();
H A DByteCodeExprGen.cpp568 void ByteCodeExprGen<Emitter>::emitCleanup() { in emitCleanup() function in ByteCodeExprGen