Home
last modified time | relevance | path

Searched defs:Alt (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/llvm/unittests/ADT/
DSparseMultiSetTest.cpp207 struct Alt { struct
208 unsigned Value;
209 explicit Alt(unsigned x) : Value(x) {} in Alt() function
210 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
DSparseSetTest.cpp162 struct Alt { struct
163 unsigned Value;
164 explicit Alt(unsigned x) : Value(x) {} in Alt() function
165 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
DBitVectorTest.cpp87 TypeParam Alt(3, false); in TYPED_TEST() local
/external/llvm/unittests/ADT/
DSparseMultiSetTest.cpp208 struct Alt { struct
209 unsigned Value;
210 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
211 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
DSparseSetTest.cpp161 struct Alt { struct
162 unsigned Value;
163 explicit Alt(unsigned x) : Value(x) {} in Alt() argument
164 unsigned getSparseSetIndex() const { return Value - 1000; } in getSparseSetIndex()
DBitVectorTest.cpp90 TypeParam Alt(3, false); in TYPED_TEST() local
/external/llvm-project/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
Dp2-0x.cpp10 struct Alt { struct
14 constexpr short s = Alt(); argument
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/
Dp2-0x.cpp10 struct Alt { struct
14 constexpr short s = Alt(); argument
/external/python/cpython3/Tools/peg_generator/pegen/
Dc_generator.py637 def emit_action(self, node: Alt, cleanup_code: Optional[str] = None) -> None:
653 def emit_default_action(self, is_gather: bool, node: Alt) -> None:
679 def handle_alt_normal(self, node: Alt, is_gather: bool, rulename: Optional[str]) -> None:
702 def handle_alt_loop(self, node: Alt, is_gather: bool, rulename: Optional[str]) -> None:
734 self, node: Alt, is_loop: bool, is_gather: bool, rulename: Optional[str]
778 def collect_vars(self, node: Alt) -> Dict[Optional[str], Optional[str]]:
Dfirst_sets.py50 def visit_Alt(self, item: Alt) -> Set[str]:
Dpython_generator.py205 def visit_Alt(self, node: Alt, is_loop: bool, is_gather: bool) -> None:
Dgrammar.py188 def __init__(self, alts: List[Alt]):
218 class Alt: class
/external/rust/crates/nom/src/branch/
Dmod.rs13 pub trait Alt<I, O, E> { trait
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dunittest_enum_validity_nano.proto24 message Alt { message
/external/llvm-project/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp38 void Alt() { in Alt() function
/external/clang/test/SemaCXX/
Dmissing-namespace-qualifier-typo-corrections.cpp38 void Alt() { in Alt() function
/external/angle/util/
DEvent.h31 bool Alt; member
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dprefilter.cc342 Prefilter::Info* Prefilter::Info::Alt(Info* a, Info* b) { in Alt() function in re2::Prefilter::Info
Dcompile.cc335 Frag Compiler::Alt(Frag a, Frag b) { in Alt() function in re2::Compiler
/external/rust/crates/nom/src/
Derror.rs239 Alt, enumerator
/external/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp3152 uint64_t Mask = 0, Alt = 0; in combineToCMPB() local
3156 SDValue &LHS, SDValue &RHS) { in combineToCMPB()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp5320 uint64_t Mask = 0, Alt = 0; in combineToCMPB() local
5324 SDValue &LHS, SDValue &RHS) { in combineToCMPB()
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp5472 uint64_t Mask = 0, Alt = 0; in combineToCMPB() local
5476 SDValue &LHS, SDValue &RHS) { in combineToCMPB()