Home
last modified time | relevance | path

Searched refs:chainExceptions (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c1660 … static ThrownExceptionExp *chainExceptions(ThrownExceptionExp *oldest, ThrownExceptionExp *newest) in chainExceptions() function
1741 ex = chainExceptions((ThrownExceptionExp *)ex, (ThrownExceptionExp *)ey); in visit()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d1514 static ThrownExceptionExp chainExceptions(ThrownExceptionExp oldest, ThrownExceptionExp newest) in chainExceptions() function
1603 ex = chainExceptions(ex.isThrownExceptionExp(), ey.isThrownExceptionExp()); in visit()