Searched refs:getThrowable (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dstatement.c89 TypeIdentifier *getThrowable() function
1384 type ? type->syntaxCopy() : getThrowable(),
H A Dfunc.c42 TypeIdentifier *getThrowable();
282 Catch *ctch = new Catch(Loc(), getThrowable(), id, handler);
2691 Catch *c = new Catch(loc, getThrowable(), NULL, sf);
H A Dstatementsem.c40 TypeIdentifier *getThrowable();
193 Catch *ctch = new Catch(Loc(), getThrowable(), id, handler);
3817 c->type = getThrowable();
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dstatement.d53 TypeIdentifier getThrowable()
1620 auto c = new Catch(loc, type ? type.syntaxCopy() : getThrowable(), ident, (handler ? handler.syntaxCopy() : null));
H A Dfunc.d179 auto ctch = new Catch(Loc.initial, getThrowable(), id, handler);
2291 auto c = new Catch(loc, getThrowable(), null, sf);
2358 auto c = new Catch(loc, getThrowable(), id, s3);
H A Dstatementsem.d346 auto ctch = new Catch(Loc.initial, getThrowable(), id, handler);
4021 c.type = getThrowable();

Completed in 222 milliseconds