/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | microsoft-abi-vbtables.cpp | 8 struct B : virtual A { int b; }; struct 10 struct D : virtual B, virtual C { int d; }; member 11 D d; // Force vbtable emission. variable 32 struct B : virtual A { int b; }; struct 34 struct D : B, C { int d; }; member 35 D d; // Force vbtable emission. variable 53 struct B { int b; }; struct 63 struct B : virtual A { int b; }; struct 75 struct B : virtual A { int b; }; argument 77 struct D : B, C { int d; }; member [all …]
|
H A D | devirtualize-virtual-function-calls-final.cpp | 32 struct B final : A { }; struct 59 struct B final : A { struct 65 void f(B* d) { in f() 79 struct B : A { struct 88 void f(C* d) { in f() 97 void fop(C* d) { in fop() 112 struct B : public A { struct 124 void f(D* d) { in f() 157 struct B { struct 165 // CHECK-NEXT: call i32 @_ZN5Test81B3fooEv(%"struct.Test8::B"* %[[THIS]]) in test() [all …]
|
H A D | const-init-cxx11.cpp | 7 double d; member 25 struct B { struct 26 int n; 35 B d[10]; variable 47 int d; member 70 struct D { double d = 4.0; }; member 115 struct D { int n[2]; int m[3]; } extern constexpr d = { 1, 2, 3, 4, 5 }; variable 119 char d[4]; member 140 int c, d; member 239 struct B { A &&a1; const A &&a2; }; struct [all …]
|
H A D | alignment.cpp | 12 struct B { struct 13 int onebit : 2; 14 int twobit : 6; 15 int intField; 109 void d() { in d() function 180 struct B : virtual A { struct 181 void *bPointer; // puts bArray at offset 16 182 Array bArray; 242 void d(B *b) { in d() function 281 D d; in f() local [all …]
|
H A D | microsoft-abi-structors.cpp | 38 struct B { struct 43 B::B() { in B() function in basic::B 150 struct B { struct 190 struct B { virtual ~B(); }; struct 194 struct D : virtual C { int d; }; member 225 struct B : A { struct 230 B::B() { in B() function in constructors::B 357 struct B : virtual A { ~B(); }; struct 361 void call_vbase_complete(D *d) { in call_vbase_complete() 378 D d; in destroy_d_complete() local [all …]
|
H A D | type-metadata.cpp | 69 struct B : virtual A { struct 90 B::B() {} in B() function in B 140 void df1(D *d) { in df1() 150 void dg1(D *d) { in dg1() 160 void dh1(D *d) { in dh1() 171 void df2(D *d) { in df2() 181 void df3(D *d) { in df3() 188 D d; variable 208 struct B { struct 218 void f(D *d) { in f()
|
H A D | vtable-available-externally.cpp | 70 struct B : A { struct 75 B::B() { } in B() function in Test3::B 99 struct B : A { struct 101 RefPtr<Node> m; 118 struct B : A { struct 134 struct B { struct 136 int b; 198 struct B : A { struct 230 struct B : A { struct 261 D d; in f() local [all …]
|
H A D | vtable-layout.cpp | 125 struct B { struct 164 struct B : A { struct 234 struct B : A { struct 440 struct B : A { struct 464 struct B : virtual A1, virtual A2 { struct 465 int b; 497 struct B : A1, A2 { struct 498 int b; 514 struct B : A1, virtual A2 { struct 515 int b; [all …]
|
H A D | global-init.cpp | 12 struct B { B(); ~B(); }; struct 42 D d; variable 92 struct B { int b; }; argument 113 struct B : A {}; struct 147 int d = b; variable 158 struct B { ~B(); int n; }; struct 183 const D d = D(); variable
|
H A D | value-init.cpp | 7 struct B : A { }; struct 62 struct B { struct 63 A base; 243 struct B : virtual A { int b; }; struct 270 data d; // not value-init in g() local 281 data d(t...); // value-init in h() local 292 data d = {}; // value-init in j() local 301 data d; // not value-init in f() local 310 data d = {}; // value-init in i() local
|
/aosp_15_r20/external/clang/test/CXX/class.access/class.protected/ |
H A D | p1.cpp | 10 class B : public A { class 29 void test(D &d) { in test() 41 class B : public A { class 63 void D::test(D &d) { in test() 75 class B : public A { class 110 class B : public A { class 145 class B : public A { class 183 class B : public A { class 193 void A::test(D &d) { in test() 198 void B::test(D &d) { in test() [all …]
|
/aosp_15_r20/external/clang/test/CXX/class.access/ |
H A D | p4.cpp | 99 class B : A { }; // expected-error {{base class 'test2::A' has private default constructor}} class 108 D d; // expected-note{{implicit default constructor}} variable 171 …Private test1(Derived1 &d) { return d; } // expected-error {{'operator Private' is a private membe… in test1() 173 …Public test2(Derived1 &d) { return d; } // expected-error {{cannot cast 'test4::Derived1' to its p… in test2() 181 …Private test1(Derived2 &d) { return d; } // expected-error {{'operator Private' is a private membe… in test1() 182 Public test2(Derived2 &d) { return d; } in test2() 189 Private test1(Derived3 &d) { return d; } in test1() 190 …Public test2(Derived3 &d) { return d; } // expected-error {{'operator Public' is a private member … in test2() 197 Private test1(Derived4 &d) { return d; } in test1() 198 Public test2(Derived4 &d) { return d; } in test2() [all …]
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/util/kotlin/ |
D | Utils.java | 23 … extends java.lang.Object>kotlin.Triple<A, B, C> toTriple(A a, @org.jetbrains.annotations.NotNull() in toTriple() 35 …nds java.lang.Object>com.android.systemui.util.kotlin.Quad<A, B, C, D> toQuad(A a, B b, C c, D d) { in toQuad() 40 …>com.android.systemui.util.kotlin.Quad<A, B, C, D> toQuad(A a, @org.jetbrains.annotations.NotNull() in toQuad() 47 kotlin.Triple<? extends A, ? extends B, ? extends C> abc, D d) { in toQuad() 52 …ang.Object>com.android.systemui.util.kotlin.Quint<A, B, C, D, E> toQuint(A a, B b, C c, D d, E e) { in toQuint() 58 com.android.systemui.util.kotlin.Quad<B, C, D, E> bcde) { in toQuint() 64 com.android.systemui.util.kotlin.Quint<B, C, D, E, F> bcdef) { in toSextuple() 70 com.android.systemui.util.kotlin.Sextuple<B, C, D, E, F, G> bcdefg) { in toSeptuple() 82 kotlin.jvm.functions.Function1<? super B, java.lang.Boolean> predicate) { in sampleFilter() 111 kotlinx.coroutines.flow.Flow<? extends D> d) { in sample() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/test/ |
D | test_assignment.cpp | 45 V d(6), rd(6); in test_vector() local 59 V d(6), rd(6); in test_vector() local 109 V d(6), rd(6); in test_vector_sparse_push_back() local 147 V d(6), rd(6); in test_vector_sparse_insert() local 170 V B(3,3), RB(3,3); in test_matrix() local 179 V B(3,3), RB(3,3); in test_matrix() local 188 V B(3,3), RB(3,3); in test_matrix() local 197 V B(4,4), RB(4,4); in test_matrix() local 211 V B(4,4), RB(4,4); in test_matrix() local 224 V B(4,4), RB(4,4); in test_matrix() local [all …]
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | cxx1y-initializer-aggregates.cpp | 4 union U { char c; double d = 4.0; }; member 17 double d = 4.0; member 31 struct B { struct 32 int n; 33 constexpr int f() { return n * 5; } in f() 34 int m = f(); 54 struct B { struct 55 constexpr B(int k) : d(1.23), k(k) {} in B() argument 58 constexpr int f() const { return A{k}.b; } in f() 59 double d; member [all …]
|
H A D | destructor.cpp | 8 class B { class 119 class B : A<int> { B(); }; class 120 B::B() {} in B() function in test6::B 129 struct B : A {}; struct 155 struct B { struct 198 struct B { // expected-warning {{has virtual functions but non-virtual destructor}} struct 242 D d; use(d); in nowarnstack() local 267 D* d = new D[4]; in nowarnarray() local 333 D* d = new D(); in warn0() local 338 void warn0_explicit_dtor(B* b, B& br, D* d) { in warn0_explicit_dtor() [all …]
|
H A D | exceptions.cpp | 131 template<typename T> struct B { struct 134 template struct B<int>; variable 165 struct B {}; struct 172 …} catch (D &d) { // expected-warning {{exception of type 'HandlerInversion::D &' will be caught by… in f1() local 179 …} catch (D *d) { // expected-warning {{exception of type 'HandlerInversion::D *' will be caught by… in f2() local 185 } catch (D &d) { // Ok in f3() local 206 …} catch (D2 &d) { // expected-warning {{exception of type 'HandlerInversion::D2 &' will be caught… in f6() local 213 } catch (D &d) { // Ok in f7() local 218 } catch (D *d) { // Ok in f7() local 225 …} catch (D2 &d) { // expected-warning {{exception of type 'HandlerInversion::D2 &' will be caught… in f8() local [all …]
|
H A D | member-name-lookup.cpp | 18 struct B : A { struct 19 int d; // expected-note 2{{member found by ambiguous name lookup}} member 28 int d; // expected-note 2{{member found by ambiguous name lookup}} member 33 struct D : B, C { argument 37 void test_lookup(D d) { in test_lookup() 70 int d; // expected-note 2{{member found by ambiguous name lookup}} member 79 int d; // expected-note 2{{member found by ambiguous name lookup}} member
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_8600.cpp | 13 struct B { struct 15 B(int i) : v(i) {} in B() argument 64 new_vector<int> d = new_vector_cast(b); in main() local 77 new_vector<int> d(1); in main() local 87 new_vector<int> d(1); in main() local 99 D d = reinterpret_cast<D&>(b); in main() local 107 D d(2); in main() local 112 D d(2); in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/test/ |
D | unique_ptr_default_deleter.cpp | 46 struct B struct 50 B() : A() {++count;} in B() argument 51 B(const B&) : A() {++count;} in B() argument 52 virtual ~B() {--count;} in ~B() argument 164 bml::default_delete<A> d; in test() local 173 bml::default_delete<A[]> d; in test() local 183 bml::default_delete<A[10]> d; in test() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
H A D | unique_ptr.pass.cpp | 24 struct B struct 28 B() {++count;} in B() argument 29 B(const B&) {++count;} in B() function 30 virtual ~B() {--count;} in ~B() argument 48 void fn ( const std::shared_ptr<B> &) { assert (false); } in fn() 157 StatefulDeleter<A> d; in main() local 176 adl::D d; in main() local 185 StatefulArrayDeleter<A> d; in main() local
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | derived-to-base.cpp | 12 class B : public A { class 37 class B : public virtual A { class 52 D d; in test() local 85 DI d; in testIntermediate() local 98 class B : virtual public A {}; class 107 D d; in test() local 113 class B { class 128 D d; in test() local 136 DV d; in testVirtual() local 163 Derived d; in testDerived() local [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/futures/tests_disabled/ |
D | all.rs | 9 fn unselect<T, E, A, B>(r: Result<Either<(T, B), (T, A)>, Either<(E, B), (E, A)>>) -> Result<T, E> { in unselect() argument 18 fn is_future_v<A, B, C>(_: C) in result_smoke() argument 152 let d = d.map(move |d| { in select_cancels() localVariable 175 let d = d.map(move |d| { in select_cancels() localVariable 198 let d = d.map(move |d| { in join_cancels() localVariable 216 let d = d.map(move |d| { in join_cancels() localVariable 335 let d = d.map(move |v| { in select2() localVariable 353 let d = d.map(move |v| { in select2() localVariable 372 let d = d.map(move |v| { in select2() localVariable
|
/aosp_15_r20/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/ |
H A D | reset_pointer_deleter_allocator.pass.cpp | 21 struct B struct 25 B() {++count;} in B() argument 26 B(const B&) {++count;} in B() function 27 virtual ~B() {--count;} in ~B() argument 54 test_deleter<A>* d = std::get_deleter<test_deleter<A> >(p); in main() local 75 test_deleter<A>* d = std::get_deleter<test_deleter<A> >(p); in main() local
|
H A D | reset_pointer_deleter.pass.cpp | 20 struct B struct 24 B() {++count;} in B() function 25 B(const B&) {++count;} in B() function 26 virtual ~B() {--count;} in ~B() argument 53 test_deleter<A>* d = std::get_deleter<test_deleter<A> >(p); in main() local 70 test_deleter<A>* d = std::get_deleter<test_deleter<A> >(p); in main() local
|