Home
last modified time | relevance | path

Searched defs:A3 (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/cxx-stl/gabi++/tests/
Ddynamic_cast3.cpp37 struct A3 struct
39 char _[93481];
40 virtual ~A3() {} in ~A3()
42 A3* getA3() {return this;} in getA3()
90 struct A3 struct
93 char _[93481];
94 virtual ~A3() {} in ~A3()
96 A3* getA3() {return this;} in getA3()
141 struct A3 struct
144 char _[93481];
[all …]
Ddynamic_cast5.cpp31 struct A3 struct
35 char _[93481];
36 virtual ~A3() {} in ~A3()
38 A1* getA1() {return A1::getA1();} in getA1()
39 A2* getA2() {return A2::getA2();} in getA2()
40 A3* getA3() {return this;} in getA3()
175 struct A3 struct
179 char _[93481];
180 virtual ~A3() {} in ~A3()
182 A1* getA1() {return A1::getA1();} in getA1()
[all …]
Ddynamic_cast14.cpp31 struct A3 struct
35 char _[93481];
36 virtual ~A3() {} in ~A3()
38 A1* getA1_3() {return A1::getA1();} in getA1_3()
39 A2* getA2() {return A2::getA2();} in getA2()
40 A3* getA3() {return this;} in getA3()
752 struct A3 struct
756 char _[93481];
757 virtual ~A3() {} in ~A3()
759 A1* getA1_3() {return A1::getA1();} in getA1_3()
[all …]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
Ddynamic_cast3.pass.cpp38 struct A3 struct
40 char _[93481];
41 virtual ~A3() {} in ~A3()
43 A3* getA3() {return this;} in getA3()
91 struct A3 struct
94 char _[93481];
95 virtual ~A3() {} in ~A3()
97 A3* getA3() {return this;} in getA3()
142 struct A3 struct
145 char _[93481];
[all …]
Ddynamic_cast5.pass.cpp32 struct A3 struct
36 char _[93481];
37 virtual ~A3() {} in ~A3()
39 A1* getA1() {return A1::getA1();} in getA1()
40 A2* getA2() {return A2::getA2();} in getA2()
41 A3* getA3() {return this;} in getA3()
176 struct A3 struct
180 char _[93481];
181 virtual ~A3() {} in ~A3()
183 A1* getA1() {return A1::getA1();} in getA1()
[all …]
Ddynamic_cast14.pass.cpp32 struct A3 struct
36 char _[93481];
37 virtual ~A3() {} in ~A3()
39 A1* getA1_3() {return A1::getA1();} in getA1_3()
40 A2* getA2() {return A2::getA2();} in getA2()
41 A3* getA3() {return this;} in getA3()
753 struct A3 struct
757 char _[93481];
758 virtual ~A3() {} in ~A3()
760 A1* getA1_3() {return A1::getA1();} in getA1_3()
[all …]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
Dallocators.h142 A3(const A3& a) : id_(a.id()) {copy_called = true;} in A3() function
143 A3(A3&& a) : id_(a.id()) {move_called = true;} in A3() function
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/math/policies/
Dpolicy.hpp644 inline typename normalise<policy<>, A1, A2, A3>::type make_policy(const A1&, const A2&, const A3&) in make_policy()
651 …e normalise<policy<>, A1, A2, A3, A4>::type make_policy(const A1&, const A2&, const A3&, const A4&) in make_policy()
658 …e<policy<>, A1, A2, A3, A4, A5>::type make_policy(const A1&, const A2&, const A3&, const A4&, cons… in make_policy()
665 …licy<>, A1, A2, A3, A4, A5, A6>::type make_policy(const A1&, const A2&, const A3&, const A4&, cons… in make_policy()
672 …<>, A1, A2, A3, A4, A5, A6, A7>::type make_policy(const A1&, const A2&, const A3&, const A4&, cons… in make_policy()
679 …A1, A2, A3, A4, A5, A6, A7, A8>::type make_policy(const A1&, const A2&, const A3&, const A4&, cons… in make_policy()
686 …A2, A3, A4, A5, A6, A7, A8, A9>::type make_policy(const A1&, const A2&, const A3&, const A4&, cons… in make_policy()
693 …3, A4, A5, A6, A7, A8, A9, A10>::type make_policy(const A1&, const A2&, const A3&, const A4&, cons… in make_policy()
700 …, A5, A6, A7, A8, A9, A10, A11>::type make_policy(const A1&, const A2&, const A3&, const A4&, cons… in make_policy()