Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dblockexit.c20 class BlockExit : public Visitor in blockExit()
27 BlockExit(FuncDeclaration *func, bool mustNotThrow) in blockExit()
501 BlockExit be(func, mustNotThrow); in blockExit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dblockexit.d65 extern (C++) final class BlockExit : Visitor in blockExit()
526 scope BlockExit be = new BlockExit(func, mustNotThrow); in blockExit()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DProgramPoint.h250 class BlockExit : public ProgramPoint {
252 BlockExit(const CFGBlock *B, const LocationContext *L) in BlockExit() function
265 BlockExit() = default;