Searched defs:Alt (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Tools/peg_generator/pegen/ |
D | validator.py | 42 def check_intersection(self, first_alt: Alt, second_alt: Alt) -> bool:
|
D | c_generator.py | 684 def emit_action(self, node: Alt, cleanup_code: Optional[str] = None) -> None: 700 def emit_default_action(self, is_gather: bool, node: Alt) -> None: 726 def handle_alt_normal(self, node: Alt, is_gather: bool, rulename: Optional[str]) -> None: 749 def handle_alt_loop(self, node: Alt, is_gather: bool, rulename: Optional[str]) -> None: 781 self, node: Alt, is_loop: bool, is_gather: bool, rulename: Optional[str] 825 def collect_vars(self, node: Alt) -> Dict[Optional[str], Optional[str]]:
|
D | first_sets.py | 50 def visit_Alt(self, item: Alt) -> Set[str]:
|
D | python_generator.py | 204 def visit_Alt(self, node: Alt, is_loop: bool, is_gather: bool) -> None:
|
D | grammar.py | 188 def __init__(self, alts: List[Alt]): 218 class Alt: class
|
/third_party/skia/third_party/externals/angle2/util/ |
D | Event.h | 31 bool Alt; member
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | Event.h | 31 bool Alt; member
|
/third_party/re2/re2/ |
D | prefilter.cc | 342 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) { in Alt() function in re2::Prefilter::Info
|
D | compile.cc | 335 Frag Compiler::Alt(Frag a, Frag b) { in Alt() function in re2::Compiler
|
/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()
|