Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/
H A Dexception.d352 return msg.length ? (cast()this).superToString() : "Memory allocation failed"; in toString()
356 private string superToString() @trusted in superToString() function
401 return msg.length ? (cast()this).superToString() : "Invalid memory operation"; in toString()
405 private string superToString() @trusted in superToString() function