/external/llvm-project/llvm/unittests/ADT/ |
D | SparseMultiSetTest.cpp | 207 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()
|
D | SparseSetTest.cpp | 162 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()
|
D | BitVectorTest.cpp | 87 TypeParam Alt(3, false); in TYPED_TEST() local
|
/external/llvm/unittests/ADT/ |
D | SparseMultiSetTest.cpp | 208 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()
|
D | SparseSetTest.cpp | 161 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()
|
D | BitVectorTest.cpp | 90 TypeParam Alt(3, false); in TYPED_TEST() local
|
/external/llvm-project/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/ |
D | p2-0x.cpp | 10 struct Alt { struct 14 constexpr short s = Alt(); argument
|
/external/clang/test/CXX/stmt.stmt/stmt.select/stmt.switch/ |
D | p2-0x.cpp | 10 struct Alt { struct 14 constexpr short s = Alt(); argument
|
/external/python/cpython3/Tools/peg_generator/pegen/ |
D | c_generator.py | 637 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]]:
|
D | first_sets.py | 50 def visit_Alt(self, item: Alt) -> Set[str]:
|
D | python_generator.py | 205 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
|
/external/rust/crates/nom/src/branch/ |
D | mod.rs | 13 pub trait Alt<I, O, E> { trait
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
D | unittest_enum_validity_nano.proto | 24 message Alt { message
|
/external/llvm-project/clang/test/SemaCXX/ |
D | missing-namespace-qualifier-typo-corrections.cpp | 38 void Alt() { in Alt() function
|
/external/clang/test/SemaCXX/ |
D | missing-namespace-qualifier-typo-corrections.cpp | 38 void Alt() { in Alt() function
|
/external/angle/util/ |
D | Event.h | 31 bool Alt; member
|
/external/rust/crates/grpcio-sys/grpc/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
|
/external/rust/crates/nom/src/ |
D | error.rs | 239 Alt, enumerator
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 3152 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/ |
D | PPCISelDAGToDAG.cpp | 5320 uint64_t Mask = 0, Alt = 0; in combineToCMPB() local 5324 SDValue &LHS, SDValue &RHS) { in combineToCMPB()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 5472 uint64_t Mask = 0, Alt = 0; in combineToCMPB() local 5476 SDValue &LHS, SDValue &RHS) { in combineToCMPB()
|