Searched defs:Alt (Results 1 – 10 of 10) sorted by relevance
| /third_party/python/Tools/peg_generator/pegen/ |
| D | validator.py | 29 def check_intersection(self, first_alt: Alt, second_alt: Alt) -> None:
|
| D | c_generator.py | 716 def emit_action(self, node: Alt, cleanup_code: Optional[str] = None) -> None: 732 def emit_default_action(self, is_gather: bool, node: Alt) -> None: 758 def handle_alt_normal(self, node: Alt, is_gather: bool, rulename: Optional[str]) -> None: 781 def handle_alt_loop(self, node: Alt, is_gather: bool, rulename: Optional[str]) -> None: 813 self, node: Alt, is_loop: bool, is_gather: bool, rulename: Optional[str] 857 def collect_vars(self, node: Alt) -> Dict[Optional[str], Optional[str]]:
|
| D | python_generator.py | 62 def visit_Alt(self, node: Alt) -> bool: 238 def alts_uses_locations(self, alts: Sequence[Alt]) -> bool: 293 def visit_Alt(self, node: Alt, is_loop: bool, is_gather: bool) -> None:
|
| D | first_sets.py | 47 def visit_Alt(self, item: Alt) -> Set[str]:
|
| D | parser_generator.py | 241 def visit_Alt(self, alt: Alt) -> bool: 313 def visit_Alt(self, alt: Alt) -> Set[Any]:
|
| D | grammar.py | 146 def __init__(self, alts: List[Alt]): 169 class Alt: class
|
| /third_party/rust/crates/nom/src/branch/ |
| D | mod.rs | 13 pub trait Alt<I, O, E> { interface
|
| /third_party/skia/third_party/externals/angle2/util/ |
| D | Event.h | 31 bool Alt; member
|
| /third_party/rust/crates/nom/src/ |
| D | error.rs | 370 Alt, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
| D | PPCISelDAGToDAG.cpp | 5320 uint64_t Mask = 0, Alt = 0; in combineToCMPB() local 5324 SDValue &LHS, SDValue &RHS) { in combineToCMPB()
|