Searched refs:SafeDemangleFunctionType (Results 1 – 2 of 2) sorted by relevance
1357 …alias SafeDemangleFunctionType = char[] function (const(char)[] buf, char[] dst = null) @safe noth… in toString() local1358 SafeDemangleFunctionType demangle = cast(SafeDemangleFunctionType) &demangleType; in toString()1434 …alias SafeDemangleFunctionType = char[] function (const(char)[] buf, char[] dst = null) @safe noth… in toString() local1435 SafeDemangleFunctionType demangle = cast(SafeDemangleFunctionType) &demangleType; in toString()
744 …alias SafeDemangleFunctionType = char[] function (const(char)[] buf, char[] dst = null) @safe noth… in toString() local745 …SafeDemangleFunctionType demangle = ( () @trusted => cast(SafeDemangleFunctionType)(&demangleType)… in toString()