Searched refs:Repeat0 (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Tools/peg_generator/pegen/ |
D | first_sets.py | 23 Repeat0, 69 if not isinstance(other.item, (Opt, NegativeLookahead, Repeat0)): 98 def visit_Repeat0(self, item: Repeat0) -> Set[str]: argument
|
D | metagrammar.gram | 22 Repeat0, 105 | atom '*' {Repeat0(atom)}
|
D | validator.py | 14 Repeat0,
|
D | python_generator.py | 16 Repeat0, 102 def visit_Repeat0(self, node: Repeat0) -> Tuple[str, str]: argument
|
D | grammar_parser.py | 28 Repeat0, 567 return Repeat0 ( atom )
|
D | c_generator.py | 22 Repeat0, 288 def visit_Repeat0(self, node: Repeat0) -> FunctionCall: argument
|
D | grammar.py | 385 class Repeat0(Repeat): class
|