Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dparser.d181 const(CharMatcher)[] matchers; // matchers for char classes member
H A Dir.d688 public const(CharMatcher)[] matchers; // tables that represent character sets in Regex() local
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dir.d523 public const(CharMatcher)[] matchers; // tables that represent character sets in Regex() local
H A Dparser.d262 const(CharMatcher)[] matchers; // matchers for char classes member
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Duni.d4697 alias CharMatcher = typeof(utfMatcher!char(CodepointSet.init)); variable