Home
last modified time | relevance | path

Searched defs:throwEx (Results 1 – 3 of 3) 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
282 void throwEx(Throwable t) { throw t; } in throwEx() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dexception.d194 static noreturn throwEx(Throwable t) { throw t; } in catch() function
323 static noreturn throwEx(Throwable t) { throw t; } in catch() function
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dtime.d3920 void throwEx(Throwable t) function