Home
last modified time | relevance | path

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

/third_party/python/Tools/peg_generator/pegen/
Dgrammar_parser.py237 def alts(self) -> Optional[Rhs]: member in GeneratedParser
/third_party/node/deps/v8/src/regexp/experimental/
Dexperimental-compiler.cc370 ZoneList<RegExpTree*>& alts = *node->alternatives(); in VisitDisjunction() local
/third_party/rust/crates/regex/src/
Dexec.rs1563 let alts = match *expr.kind() { in alternation_literals() localVariable
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler.cc3813 ZoneList<GuardedAlternative>* alts = alternatives(); in FillInBMInfo() local