HomeSort by relevance Sort by last modified time
    Searched defs:NoMatch (Results 1 - 3 of 3) sorted by null

  /external/regex-re2/re2/
prefilter.cc 212 static Info* NoMatch();
429 Prefilter::Info* Prefilter::Info::NoMatch() {
543 info = NoMatch();
568 info = NoMatch();
compile.cc 165 Frag NoMatch();
296 Frag Compiler::NoMatch() {
308 return NoMatch();
339 return NoMatch();
356 return NoMatch();
379 return NoMatch();
395 return NoMatch();
414 return NoMatch();
423 return NoMatch();
432 return NoMatch();
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
FormatString.h 235 enum MatchKind { NoMatch = 0, Match = 1, NoMatchPedantic };

Completed in 85 milliseconds