Searched defs:Regexp (Results 1 – 3 of 3) sorted by relevance
35 enum MatchType { Exact, Regexp, Glob }; enumerator
28 insert(std::string Regexp,unsigned LineNumber,std::string & REError) insert() argument 171 std::string Regexp = std::string(SplitRegexp.first); parse() local
88 enum MatchType { Exact, Regexp, Glob }; enumerator