Searched refs:ctch (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | func.d | 179 auto ctch = new Catch(Loc.initial, getThrowable(), id, handler); in visit() local 180 ctch.internalCatch = true; in visit() 181 ctch.catchSemantic(sc); // Run semantic to resolve identifier '__o' in visit() 182 catches.push(ctch); in visit()
|
| H A D | semantic3.d | 1458 auto ctch = new Catch(ctor.loc, getException(), id, handler); in visit() local 1459 catches.push(ctch); in visit()
|
| H A D | statementsem.d | 346 auto ctch = new Catch(Loc.initial, getThrowable(), id, handler); in package() local 347 ctch.internalCatch = true; in package() 348 catches.push(ctch); in package()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | func.c | 282 Catch *ctch = new Catch(Loc(), getThrowable(), id, handler); in visit() local 283 ctch->internalCatch = true; in visit() 284 ::semantic(ctch, sc); // Run semantic to resolve identifier '__o' in visit() 285 catches->push(ctch); in visit()
|
| H A D | statementsem.c | 193 Catch *ctch = new Catch(Loc(), getThrowable(), id, handler); in visit() local 194 ctch->internalCatch = true; in visit() 195 catches->push(ctch); in visit()
|