Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dexception.d591 extern (C) void onUnittestErrorMsg( string file, size_t line, string msg ) nothrow in onUnittestErrorMsg() function
770 extern (C) void onUnittestErrorMsg(string file, size_t line, string msg);
810 onUnittestErrorMsg(file, line, msg); in _d_unittest_msg()