Searched refs:chainExceptions (Results 1 – 2 of 2) sorted by relevance
1660 … static ThrownExceptionExp *chainExceptions(ThrownExceptionExp *oldest, ThrownExceptionExp *newest) in chainExceptions() function1741 ex = chainExceptions((ThrownExceptionExp *)ex, (ThrownExceptionExp *)ey); in visit()
1514 static ThrownExceptionExp chainExceptions(ThrownExceptionExp oldest, ThrownExceptionExp newest) in chainExceptions() function1603 ex = chainExceptions(ex.isThrownExceptionExp(), ey.isThrownExceptionExp()); in visit()