Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dthompson.d717 @trusted struct ThompsonMatcher(Char, StreamType = Input!Char) struct
722 alias OpFunc = bool function(ThompsonMatcher*, State*); argument
723 alias BackMatcher = ThompsonMatcher!(Char, BackLooper!(Stream)); argument
724 alias OpBackFunc = bool function(BackMatcher*, BackMatcher.State*);
730 Stream s;
731 dchar front;
732 DataIndex index;
733 DataIndex genCounter; //merge trace counter, goes up on every dchar
739 size_t threadSize;
740 int matched;
[all …]