Home
last modified time | relevance | path

Searched defs:mustNotThrow (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcanthrow.c34 bool canThrow(Expression *e, FuncDeclaration *func, bool mustNotThrow) in canThrow()
42 bool mustNotThrow; in canThrow() local
242 bool Dsymbol_canThrow(Dsymbol *s, FuncDeclaration *func, bool mustNotThrow) in Dsymbol_canThrow()
H A Dblockexit.c18 int blockExit(Statement *s, FuncDeclaration *func, bool mustNotThrow) in blockExit()
24 bool mustNotThrow; in blockExit() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dblockexit.d63 int blockExit(Statement s, FuncDeclaration func, bool mustNotThrow) in blockExit()
70 bool mustNotThrow; in blockExit() local
542 BE checkThrow(ref const Loc loc, Expression exp, const bool mustNotThrow) in checkThrow()
H A Dcanthrow.d54 extern (C++) /* CT */ BE canThrow(Expression e, FuncDeclaration func, bool mustNotThrow) in canThrow()
62 bool mustNotThrow; in canThrow() local
230 private CT Dsymbol_canThrow(Dsymbol s, FuncDeclaration func, bool mustNotThrow) in Dsymbol_canThrow()