Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DByteCodeStmtGen.cpp132 this->emitCleanup(); in emitLambdaStaticInvokerBody()
341 this->emitCleanup(); in visitReturnStmt()
355 this->emitCleanup(); in visitReturnStmt()
361 this->emitCleanup(); in visitReturnStmt()
H A DByteCodeExprGen.h118 void emitCleanup();
H A DByteCodeExprGen.cpp2908 void ByteCodeExprGen<Emitter>::emitCleanup() { in emitCleanup() function in ByteCodeExprGen