Searched refs:__switch_errorT (Results 1 – 2 of 2) sorted by relevance
188 import core.exception : __switch_errorT; in __switch_error()189 __switch_errorT(file, line); in __switch_error()
13 void __switch_errorT()(string file = __FILE__, size_t line = __LINE__) @trusted in __switch_errorT() function