Searched defs:mustNotThrow (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | canthrow.c | 34 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 D | blockexit.c | 18 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 D | blockexit.d | 63 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 D | canthrow.d | 54 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()
|