Home
last modified time | relevance | path

Searched defs:errName (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/internal/
H A Dparseoptions.d73 string errName = cfg.errorName; in parseOptions() local
75 string errName = CFG.stringof; in parseOptions() local
147 bool optError(const scope char[] msg, const scope char[] name, const(char)[] errName) in optError()
249 bool parse(const(char)[] optname, ref inout(char)[] str, ref bool res, const(char)[] errName) in parse()
263 bool parse(const(char)[] optname, ref inout(char)[] str, ref float res, const(char)[] errName) in parse()
304 …l parse(const(char)[] optname, ref inout(char)[] str, ref inout(char)[] res, const(char)[] errName) in parse()
316 …rror(const scope char[] exp, const scope char[] opt, const scope char[] got, const(char)[] errName) in parseError()