Home
last modified time | relevance | path

Searched defs:A1 (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Ddynamic_cast3.cpp21 struct A1 struct
23 char _[43981];
24 virtual ~A1() {} in ~A1()
26 A1* getA1() {return this;} in getA1()
74 struct A1 struct
76 char _[43981];
77 virtual ~A1() {} in ~A1()
79 A1* getA1() {return this;} in getA1()
125 struct A1 struct
127 char _[43981];
[all …]
Ddynamic_cast5.cpp15 struct A1 struct
17 char _[43981];
18 virtual ~A1() {} in ~A1()
20 A1* getA1() {return this;} in getA1()
159 struct A1 struct
161 char _[43981];
162 virtual ~A1() {} in ~A1()
164 A1* getA1() {return this;} in getA1()
303 struct A1 struct
305 char _[43981];
[all …]
Ddynamic_cast14.cpp15 struct A1 struct
17 char _[43981];
18 virtual ~A1() {} in ~A1()
20 A1* getA1() {return this;} in getA1()
736 struct A1 struct
738 char _[43981];
739 virtual ~A1() {} in ~A1()
741 A1* getA1() {return this;} in getA1()
1457 struct A1 struct
1459 char _[43981];
[all …]
/ndk/sources/cxx-stl/gabi++/tests/
Ddynamic_cast3.cpp21 struct A1 struct
23 char _[43981];
24 virtual ~A1() {} in ~A1()
26 A1* getA1() {return this;} in getA1()
74 struct A1 struct
76 char _[43981];
77 virtual ~A1() {} in ~A1()
79 A1* getA1() {return this;} in getA1()
125 struct A1 struct
127 char _[43981];
[all …]
Ddynamic_cast5.cpp15 struct A1 struct
17 char _[43981];
18 virtual ~A1() {} in ~A1()
20 A1* getA1() {return this;} in getA1()
159 struct A1 struct
161 char _[43981];
162 virtual ~A1() {} in ~A1()
164 A1* getA1() {return this;} in getA1()
303 struct A1 struct
305 char _[43981];
[all …]
Ddynamic_cast14.cpp15 struct A1 struct
17 char _[43981];
18 virtual ~A1() {} in ~A1()
20 A1* getA1() {return this;} in getA1()
736 struct A1 struct
738 char _[43981];
739 virtual ~A1() {} in ~A1()
741 A1* getA1() {return this;} in getA1()
1457 struct A1 struct
1459 char _[43981];
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.members/
Dconstruct.pass.cpp57 struct A1 struct
60 A1(char c) in A1() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dallocators.h34 A1(const A1& a) : id_(a.id()) {copy_called = true;} in A1() function
35 A1(A1&& a) : id_(a.id()) {move_called = true;} in A1() function
38 A1(const A1<U>& a) : id_(a.id()) {copy_called = true;} in A1() function
40 A1(A1<U>&& a) : id_(a.id()) {move_called = true;} in A1() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
Dpolicy.hpp630 inline typename normalise<policy<>, A1>::type make_policy(const A1&) in make_policy()
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 inline typename normalise<policy<>, A1, A2, A3, A4, A5, A6, A7>::type make_policy(const A1&, const … in make_policy()
679 inline typename normalise<policy<>, A1, A2, A3, A4, A5, A6, A7, A8>::type make_policy(const A1&, co… in make_policy()
686 inline typename normalise<policy<>, A1, A2, A3, A4, A5, A6, A7, A8, A9>::type make_policy(const A1& in make_policy()
693 …se<policy<>, A1, A2, A3, A4, A5, A6, A7, A8, A9, A10>::type make_policy(const A1&, const A2&, cons… in make_policy()
[all …]