Searched refs:BlockExit (Results 1 – 3 of 3) sorted by relevance
20 class BlockExit : public Visitor in blockExit()27 BlockExit(FuncDeclaration *func, bool mustNotThrow) in blockExit()501 BlockExit be(func, mustNotThrow); in blockExit()
65 extern (C++) final class BlockExit : Visitor in blockExit()526 scope BlockExit be = new BlockExit(func, mustNotThrow); in blockExit()
250 class BlockExit : public ProgramPoint {252 BlockExit(const CFGBlock *B, const LocationContext *L) in BlockExit() function265 BlockExit() = default;