Searched refs:NoMatch (Results 1 – 5 of 5) sorted by relevance
166 Frag NoMatch();297 Frag Compiler::NoMatch() { in NoMatch() function in re2::Compiler309 return NoMatch(); in Cat()340 return NoMatch(); in Alt()357 return NoMatch(); in Star()380 return NoMatch(); in Quest()396 return NoMatch(); in ByteRange()415 return NoMatch(); in Nop()424 return NoMatch(); in Match()433 return NoMatch(); in EmptyWidth()[all …]
212 static Info* NoMatch();429 Prefilter::Info* Prefilter::Info::NoMatch() { in NoMatch() function in re2::Prefilter::Info543 info = NoMatch(); in PostVisit()568 info = NoMatch(); in PostVisit()
165 Frag NoMatch();296 Frag Compiler::NoMatch() { in NoMatch() function in re2::Compiler308 return NoMatch(); in Cat()339 return NoMatch(); in Alt()356 return NoMatch(); in Star()379 return NoMatch(); in Quest()395 return NoMatch(); in ByteRange()414 return NoMatch(); in Nop()423 return NoMatch(); in Match()432 return NoMatch(); in EmptyWidth()[all …]
37 TEST(MatchVerifier, NoMatch) { in TEST() argument