Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dswitch_.d188 import core.exception : __switch_errorT; in __switch_error()
189 __switch_errorT(file, line); in __switch_error()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dexception.d13 void __switch_errorT()(string file = __FILE__, size_t line = __LINE__) @trusted in __switch_errorT() function