Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dexception.d155 void throwEx(Throwable t) { throw t; } in throwEx() function
187 throwEx(new Exception("It's an Exception")));
198 throwEx(new Exception("It's an Exception")), "It's a message");
209 throwEx(new AssertError("It's an AssertError", __FILE__, __LINE__)));
220 throwEx(new AssertError("It's an AssertError", __FILE__, __LINE__)),
282 void throwEx(Throwable t) { throw t; } in throwEx() function
287 assertThrown!Exception(throwEx(new Exception("It's an Exception")));
293 assertThrown!Exception(throwEx(new Exception("It's an Exception")),
300 assertThrown!AssertError(throwEx(new AssertError("It's an AssertError",
307 assertThrown!AssertError(throwEx(new AssertError("It's an AssertError",