Home
last modified time | relevance | path

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

12345678910>>...61

/external/rust/android-crates-io/crates/downcast-rs/src/
Dlib.rs652 trait Base: Downcast {} trait
656 trait Base: DowncastSync {} trait
662 trait Base<T>: Downcast {} trait
666 trait Base<T>: DowncastSync {} trait
672 trait Base<T: Copy>: Downcast {} trait
676 trait Base<T: Copy>: DowncastSync {} trait
681 trait Base { type H = f32; }, trait
684 trait Base: Downcast { type H; } trait
688 trait Base: DowncastSync { type H; } trait
693 trait Base { type H = f32; }, trait
[all …]
/external/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() argument
12 Base(Base &&b2) { in Base() argument
Dcoverage_dtor.cpp7 struct Base { struct
9 Base(int B_) : B(B_) {} in Base() argument
10 ~Base() { g -= B; } in ~Base() argument
/external/jspecify/samples/annotatedBoundsOfWildcard/annotatedboundsofwildcard/
DAnnotatedBoundsOfWildcard.java26 Test<? super Base, ? super @Nullable Base, ? super @NullnessUnspecified Base> a) {} in superAsIs()
28 public void superNotNull(Test<? super Base, ? super Base, ? super Base> a) {} in superNotNull()
32 Test<? super @Nullable Base, ? super @Nullable Base, ? super @Nullable Base> a) {} in superNullable()
35 Test<? extends Base, ? extends @Nullable Base, ? extends @NullnessUnspecified Base> a) {} in extendsAsIs()
37 public void extendsNotNull(Test<? extends Base, ? extends Base, ? extends Base> a) {} in extendsNotNull()
40 Test<? extends @Nullable Base, ? extends @Nullable Base, ? extends @Nullable Base> a) {} in extendsNullable()
50 class Base {} class
/external/clang/test/Profile/
Ddef-ctors.cpp5 struct Base { struct
7 Base() : B(2) {} in Base() argument
8 Base(const struct Base &b2) {} in Base() argument
Ddef-dtors.cpp5 struct Base { struct
7 Base(int B_) : B(B_) {} in Base() argument
8 ~Base() {} in ~Base() argument
/external/rust/android-crates-io/crates/arc-swap/src/
Dref_cnt.rs41 type Base; typedef
50 fn into_ptr(me: Self) -> *mut Self::Base; in into_ptr()
55 fn as_ptr(me: &Self) -> *mut Self::Base; in as_ptr()
73 fn inc(me: &Self) -> *mut Self::Base { in inc()
86 unsafe fn dec(ptr: *const Self::Base) { in dec()
92 type Base = T; typedef
127 type Base = T; typedef
162 type Base = T::Base; typedef
163 fn into_ptr(me: Option<T>) -> *mut T::Base { in into_ptr()
166 fn as_ptr(me: &Option<T>) -> *mut T::Base { in as_ptr()
/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/clang/test/CodeGenCXX/
Dsanitize-dtor-repress-aliasing.cpp14 struct Base { struct
17 Base() { x = 5; } in Base() function
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/cronet/tot/third_party/libc++/src/test/libcxx/memory/trivial_abi/
Dunique_ptr_destruction_order.pass.cpp24 struct Base { struct
29 explicit Base(char* buf, int* idx, char ch) in Base() function
33 ~Base() { shared_buff[(*cur_idx)++] = id; } in ~Base() argument
/external/cronet/stable/third_party/libc++/src/test/libcxx/memory/trivial_abi/
Dunique_ptr_destruction_order.pass.cpp24 struct Base { struct
29 explicit Base(char* buf, int* idx, char ch) in Base() argument
33 ~Base() { shared_buff[(*cur_idx)++] = id; } in ~Base() argument
/external/clang/test/PCH/
Dcxx11-inheriting-ctors.cpp18 struct Base { struct
19 Base(int) {} in Base() function
22 Base(T) {} in Base() function
/external/sdv/vsomeip/third_party/boost/move/example/
Ddoc_clone_ptr.cpp14 class Base class
19 Base(){} in Base() function in Base
21 Base(const Base &/*x*/) {/**/} // Copy ctor in Base() function in Base
23 Base(BOOST_RV_REF(Base) /*x*/) {/**/} // Move ctor in Base() function in Base
25 Base& operator=(BOOST_RV_REF(Base) /*x*/) in operator =()
28 Base& operator=(BOOST_COPY_ASSIGN_REF(Base) /*x*/) in operator =()
/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… argument
Dinstantiate-elab-type-specifier.cpp5 template <class T> struct Base { struct
10 template <class T> struct Derived : Base<T> { argument
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Mips/
DMipsISelDAGToDAG.cpp77 bool MipsDAGToDAGISel::selectAddrRegImm(SDValue Addr, SDValue &Base, in selectAddrRegImm()
83 bool MipsDAGToDAGISel::selectAddrDefault(SDValue Addr, SDValue &Base, in selectAddrDefault()
89 bool MipsDAGToDAGISel::selectIntAddr(SDValue Addr, SDValue &Base, in selectIntAddr()
95 bool MipsDAGToDAGISel::selectIntAddr11MM(SDValue Addr, SDValue &Base, in selectIntAddr11MM()
101 bool MipsDAGToDAGISel::selectIntAddr12MM(SDValue Addr, SDValue &Base, in selectIntAddr12MM()
107 bool MipsDAGToDAGISel::selectIntAddr16MM(SDValue Addr, SDValue &Base, in selectIntAddr16MM()
113 bool MipsDAGToDAGISel::selectIntAddrLSL2MM(SDValue Addr, SDValue &Base, in selectIntAddrLSL2MM()
119 bool MipsDAGToDAGISel::selectIntAddrSImm10(SDValue Addr, SDValue &Base, in selectIntAddrSImm10()
125 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl1(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl1()
131 bool MipsDAGToDAGISel::selectIntAddrSImm10Lsl2(SDValue Addr, SDValue &Base, in selectIntAddrSImm10Lsl2()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.all/range.owning.view/
Dbegin_end.pass.cpp27 struct Base { struct
33 static_assert(std::same_as<std::ranges::iterator_t<Base>, int*>); argument
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.all/range.owning.view/
Dbegin_end.pass.cpp27 struct Base { struct
33 static_assert(std::same_as<std::ranges::iterator_t<Base>, int*>); argument
/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()
/external/cronet/stable/third_party/libc++/src/test/benchmarks/
Dformatter_int.bench.cpp95 struct Base {}; struct
98 struct Base<BaseE::Binary> { struct
103 struct Base<BaseE::Octal> { struct
108 struct Base<BaseE::Decimal> { argument
113 struct Base<BaseE::Hex> { struct
118 struct Base<BaseE::HexUpper> { argument
119 static constexpr const char* fmt = "X";
/external/cronet/tot/third_party/libc++/src/test/benchmarks/
Dformatter_int.bench.cpp95 struct Base {}; struct
98 struct Base<BaseE::Binary> { struct
103 struct Base<BaseE::Octal> { struct
108 struct Base<BaseE::Decimal> { argument
113 struct Base<BaseE::Hex> { struct
118 struct Base<BaseE::HexUpper> { struct
119 static constexpr const char* fmt = "X";
/external/clang/test/SemaCXX/
Dpragma-pack.cpp6 struct Base { struct
7 int i;
22 struct Base { struct
24 int x;

12345678910>>...61