Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Ddmain2.d562 import core.internal.parseoptions : rt_parseOption; in parseExceptionOptions()
567 rt_parseOption(optName, option, trap, ""); in parseExceptionOptions()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dparseoptions.d140 bool rt_parseOption(T)(const(char)[] optname, ref inout(char)[] str, ref T res, const(char)[] errNa… in rt_parseOption() function