Home
last modified time | relevance | path

Searched defs:Base (Results 1 – 25 of 1594) sorted by relevance

12345678910>>...64

/external/rust/crates/downcast-rs/src/
Dlib.rs583 trait Base: Downcast {} trait
587 trait Base: DowncastSync {} trait
593 trait Base<T>: Downcast {} trait
597 trait Base<T>: DowncastSync {} trait
603 trait Base<T: Copy>: Downcast {} trait
607 trait Base<T: Copy>: DowncastSync {} trait
612 trait Base { type H = f32; }, trait
615 trait Base: Downcast { type H; } trait
619 trait Base: DowncastSync { type H; } trait
624 trait Base { type H = f32; }, trait
[all …]
/external/rust/crates/clap/src/args/arg_builder/
Dbase.rs4 pub struct Base<'a, 'b> struct
19 impl<'n, 'e> Base<'n, 'e> { argument
38 impl<'n, 'e, 'z> From<&'z Arg<'n, 'e>> for Base<'n, 'e> { implementation
44 impl<'n, 'e> PartialEq for Base<'n, 'e> { implementation
/external/llvm-project/compiler-rt/test/profile/Linux/
Dcoverage_ctors.cpp6 struct Base { struct
8 Base() : B(0) {} in Base() argument
9 Base(const Base &b2) { in Base() function
12 Base(Base &&b2) { in Base() argument
Dcoverage_dtor.cpp7 struct Base { struct
9 Base(int B_) : B(B_) {} in Base() function
10 ~Base() { g -= B; } in ~Base() argument
/external/compiler-rt/test/profile/Linux/
Dcoverage_ctors.cpp6 struct Base { struct
8 Base() : B(0) {} in Base() function
9 Base(const Base &b2) { in Base() argument
12 Base(Base &&b2) { in Base() function
Dcoverage_dtor.cpp7 struct Base { struct
9 Base(int B_) : B(B_) {} in Base() argument
10 ~Base() { g -= B; } in ~Base() argument
/external/llvm-project/clang/test/Profile/
Ddef-ctors.cpp5 struct Base { struct
7 Base() : B(2) {} in Base() function
8 Base(const struct Base &b2) {} in Base() function
Ddef-dtors.cpp5 struct Base { struct
7 Base(int B_) : B(B_) {} in Base() argument
8 ~Base() {} in ~Base() argument
/external/clang/test/Profile/
Ddef-ctors.cpp5 struct Base { struct
7 Base() : B(2) {} in Base() function
8 Base(const struct Base &b2) {} in Base() function
Ddef-dtors.cpp5 struct Base { struct
7 Base(int B_) : B(B_) {} in Base() argument
8 ~Base() {} in ~Base() argument
/external/compiler-rt/test/msan/
Ddtor-multiple-inheritance-nontrivial-class-members.cc57 struct Base { struct
68 Base(int *derived_a, Vector<int> *derived_v1, Vector<int> *derived_v2, in Base() argument
79 virtual ~Base() { in ~Base() argument
Ddtor-derived-class.cc8 struct Base { struct
10 Base() { x = 5; } in Base() function
11 virtual ~Base() {} in ~Base() argument
/external/llvm-project/compiler-rt/test/msan/
Ddtor-multiple-inheritance-nontrivial-class-members.cpp57 struct Base { struct
68 Base(int *derived_a, Vector<int> *derived_v1, Vector<int> *derived_v2, in Base() argument
79 virtual ~Base() { in ~Base() argument
Ddtor-derived-class.cpp8 struct Base { struct
10 Base() { x = 5; } in Base() function
11 virtual ~Base() {} in ~Base() argument
/external/clang/test/CodeGenCXX/
Dsanitize-dtor-repress-aliasing.cpp14 struct Base { struct
17 Base() { x = 5; } in Base() argument
18 virtual ~Base() {} in ~Base() argument
Dsanitize-dtor-nontrivial-virtual-base.cpp13 struct Base { struct
16 Base() { in Base() argument
20 virtual ~Base() {} in ~Base() argument
/external/llvm-project/clang/test/CodeGenCXX/
Dsanitize-dtor-repress-aliasing.cpp14 struct Base { struct
17 Base() { x = 5; } in Base() argument
18 virtual ~Base() {} in ~Base() argument
Dsanitize-dtor-nontrivial-virtual-base.cpp13 struct Base { struct
16 Base() { in Base() argument
20 virtual ~Base() {} in ~Base() argument
/external/llvm-project/libcxx/test/libcxx/memory/trivial_abi/
Dunique_ptr_destruction_order.pass.cpp25 struct Base { struct
30 explicit Base(char* buf, int* idx, char ch) in Base() argument
32 ~Base() { shared_buff[(*cur_idx)++] = id; } in ~Base() argument
/external/llvm-project/clang/test/PCH/
Dcxx11-inheriting-ctors.cpp25 struct Base { struct
26 Base(int) {} in Base() function
29 Base(T) {} in Base() argument
/external/clang/test/PCH/
Dcxx11-inheriting-ctors.cpp18 struct Base { struct
19 Base(int) {} in Base() argument
22 Base(T) {} in Base() argument
/external/clang/test/SemaTemplate/
Dtemp.cpp11 …namespace A { template<typename T> struct Base { typedef T t; }; } // expected-note {{member found… argument
12 …namespace B { template<typename T> struct Base { typedef T t; }; } // expected-note {{member found… struct
/external/llvm-project/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp76 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm()
82 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault()
88 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr()
94 bool MipsDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base, in selectIntAddr11MM()
100 bool MipsDAGToDAGISel::selectIntAddr12MM(SDValue Addr, SDValue &Base, in selectIntAddr12MM()
106 bool MipsDAGToDAGISel::selectIntAddr16MM(SDValue Addr, SDValue &Base, in selectIntAddr16MM()
112 bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, in selectIntAddrLSL2MM()
118 bool MipsDAGToDAGISel::selectIntAddrSImm10(SDValue Addr, SDValue &Base, in selectIntAddrSImm10()
124 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl1()
130 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl2(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl2()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp76 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm()
82 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault()
88 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr()
94 bool MipsDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base, in selectIntAddr11MM()
100 bool MipsDAGToDAGISel::selectIntAddr12MM(SDValue Addr, SDValue &Base, in selectIntAddr12MM()
106 bool MipsDAGToDAGISel::selectIntAddr16MM(SDValue Addr, SDValue &Base, in selectIntAddr16MM()
112 bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, in selectIntAddrLSL2MM()
118 bool MipsDAGToDAGISel::selectIntAddrSImm10(SDValue Addr, SDValue &Base, in selectIntAddrSImm10()
124 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl1()
130 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl2(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl2()
[all …]
/external/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp69 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm()
75 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault()
81 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr()
87 bool MipsDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base, in selectIntAddr11MM()
93 bool MipsDAGToDAGISel::selectIntAddr12MM(SDValue Addr, SDValue &Base, in selectIntAddr12MM()
99 bool MipsDAGToDAGISel::selectIntAddr16MM(SDValue Addr, SDValue &Base, in selectIntAddr16MM()
105 bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, in selectIntAddrLSL2MM()
111 bool MipsDAGToDAGISel::selectIntAddrMSA(SDValue Addr, SDValue &Base, in selectIntAddrMSA()
117 bool MipsDAGToDAGISel::selectAddr16(SDValue Addr, SDValue &Base, in selectAddr16()
123 bool MipsDAGToDAGISel::selectAddr16SP(SDValue Addr, SDValue &Base, in selectAddr16SP()

12345678910>>...64