/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
D | dynamic_cast3.cpp | 29 struct A2 struct 31 char _[34981]; 32 virtual ~A2() {} in ~A2() 34 A2* getA2() {return this;} in getA2() 82 struct A2 struct 84 char _[34981]; 85 virtual ~A2() {} in ~A2() 87 A2* getA2() {return this;} in getA2() 133 struct A2 struct 135 char _[34981]; [all …]
|
D | dynamic_cast5.cpp | 23 struct A2 struct 25 char _[34981]; 26 virtual ~A2() {} in ~A2() 28 A2* getA2() {return this;} in getA2() 167 struct A2 struct 169 char _[34981]; 170 virtual ~A2() {} in ~A2() 172 A2* getA2() {return this;} in getA2() 311 struct A2 struct 313 char _[34981]; [all …]
|
D | dynamic_cast14.cpp | 23 struct A2 struct 25 char _[34981]; 26 virtual ~A2() {} in ~A2() 28 A2* getA2() {return this;} in getA2() 744 struct A2 struct 746 char _[34981]; 747 virtual ~A2() {} in ~A2() 749 A2* getA2() {return this;} in getA2() 1465 struct A2 struct 1467 char _[34981]; [all …]
|
/ndk/sources/cxx-stl/gabi++/tests/ |
D | dynamic_cast3.cpp | 29 struct A2 struct 31 char _[34981]; 32 virtual ~A2() {} in ~A2() 34 A2* getA2() {return this;} in getA2() 82 struct A2 struct 84 char _[34981]; 85 virtual ~A2() {} in ~A2() 87 A2* getA2() {return this;} in getA2() 133 struct A2 struct 135 char _[34981]; [all …]
|
D | dynamic_cast5.cpp | 23 struct A2 struct 25 char _[34981]; 26 virtual ~A2() {} in ~A2() 28 A2* getA2() {return this;} in getA2() 167 struct A2 struct 169 char _[34981]; 170 virtual ~A2() {} in ~A2() 172 A2* getA2() {return this;} in getA2() 311 struct A2 struct 313 char _[34981]; [all …]
|
D | dynamic_cast14.cpp | 23 struct A2 struct 25 char _[34981]; 26 virtual ~A2() {} in ~A2() 28 A2* getA2() {return this;} in getA2() 744 struct A2 struct 746 char _[34981]; 747 virtual ~A2() {} in ~A2() 749 A2* getA2() {return this;} in getA2() 1465 struct A2 struct 1467 char _[34981]; [all …]
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/ |
D | construct.pass.cpp | 69 struct A2 struct 72 A2(char c, int i) in A2() argument
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/ |
D | allocators.h | 95 A2(const A2& a) : id_(a.id()) {copy_called = true;} in A2() function 96 A2(A2&& a) : id_(a.id()) {move_called = true;} in A2() function
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/ |
D | policy.hpp | 637 inline typename normalise<policy<>, A1, A2>::type make_policy(const A1&, const A2&) in make_policy() 644 inline typename normalise<policy<>, A1, A2, A3>::type make_policy(const A1&, const A2&, const A3&) in make_policy() 651 inline typename normalise<policy<>, A1, A2, A3, A4>::type make_policy(const A1&, const A2&, const A… in make_policy() 658 inline typename normalise<policy<>, A1, A2, A3, A4, A5>::type make_policy(const A1&, const A2&, con… in make_policy() 665 inline typename normalise<policy<>, A1, A2, A3, A4, A5, A6>::type make_policy(const A1&, const A2&,… in make_policy() 672 …lise<policy<>, A1, A2, A3, A4, A5, A6, A7>::type make_policy(const A1&, const A2&, const A3&, cons… in make_policy() 679 …<policy<>, A1, A2, A3, A4, A5, A6, A7, A8>::type make_policy(const A1&, const A2&, const A3&, cons… in make_policy() 686 …icy<>, A1, A2, A3, A4, A5, A6, A7, A8, A9>::type make_policy(const A1&, const A2&, const A3&, cons… in make_policy() 693 …, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>::type make_policy(const A1&, const A2&, const A3&, cons… in make_policy() 700 … A2, A3, A4, A5, A6, A7, A8, A9, A10, A11>::type make_policy(const A1&, const A2&, const A3&, cons… in make_policy()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/ |
D | shared_count.hpp | 189 typedef typename A::template rebind< impl_type >::other A2; in shared_count() typedef 237 typedef typename A::template rebind< impl_type >::other A2; in shared_count() typedef
|
D | sp_counted_impl.hpp | 217 typedef typename A::template rebind< this_type >::other A2; in destroy() typedef
|