Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d236 throw new RegexException("empty CodepointSet not allowed"); in charsetToIr()
619 throw new RegexException(text("redundant flag specified: ",ch)); in parseFlags()
624 throw new RegexException(text("unknown regex flag '",ch,"'")); in parseFlags()
1018 throw new RegexException(app.data); in error()
H A Dtests.d375 catch (RegexException e) in run_tests()
H A Dtests2.d690 auto e = collectException!RegexException(regex(q"<[^]>"));
H A Dir.d931 public class RegexException : Exception
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dparser.d317 throw new RegexException("empty CodepointSet not allowed"); in charsetToIr()
714 throw new RegexException(text("redundant flag specified: ",ch)); in parseFlags()
719 throw new RegexException(text("unknown regex flag '",ch,"'")); in parseFlags()
1554 throw new RegexException(app.data); in error()
H A Dtests.d375 catch (RegexException e) in run_tests()
1106 auto e = collectException!RegexException(regex(q"<[^]>"));
H A Dir.d738 public class RegexException : Exception
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
H A Dpackage.d37 $(LREF RegexException)
1674 public alias RegexException = std.regex.internal.ir.RegexException; variable
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/
H A Dpackage.d38 $(LREF RegexException)