Home
last modified time | relevance | path

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

/external/llvm-project/libcxxabi/test/
Ddynamic_cast3.pass.cpp44 A2* getA2() {return this;} in getA2() function
97 A2* getA2() {return this;} in getA2() function
148 A2* getA2() {return this;} in getA2() function
199 A2* getA2() {return this;} in getA2() function
250 A2* getA2() {return this;} in getA2() function
309 A2* getA2() {return this;} in getA2() function
320 A2* getA2() {return this;} in getA2() function
366 A2* getA2() {return this;} in getA2() function
377 A2* getA2() {return this;} in getA2() function
423 A2* getA2() {return this;} in getA2() function
[all …]
Ddynamic_cast5.pass.cpp38 A2* getA2() {return this;} in getA2() function
49 A2* getA2() {return A2::getA2();} in getA2() function
61 A2* getA2() {return A3::getA2();} in getA2() function
74 A2* getA2() {return A4::getA2();} in getA2() function
182 A2* getA2() {return this;} in getA2() function
193 A2* getA2() {return A2::getA2();} in getA2() function
205 A2* getA2() {return A3::getA2();} in getA2() function
218 A2* getA2() {return A4::getA2();} in getA2() function
326 A2* getA2() {return this;} in getA2() function
337 A2* getA2() {return A2::getA2();} in getA2() function
[all …]
Ddynamic_cast14.pass.cpp28 A2* getA2() {return this;} in getA2() function
39 A2* getA2() {return A2::getA2();} in getA2() function
51 A2* getA2() {return A2::getA2();} in getA2() function
64 A2* getA2() {return A3::getA2();} in getA2() function
90 A2* getA2() {return A5::getA2();} in getA2() function
107 A2* getA2() {return A7::getA2();} in getA2() function
135 A2* getA2() {return A8::getA2();} in getA2() function
156 A2* getA2() {return A8::getA2();} in getA2() function
178 A2* getA2() {return A10::getA2();} in getA2() function
201 A2* getA2() {return A12::getA2();} in getA2() function
[all …]
/external/libcxxabi/test/
Ddynamic_cast3.pass.cpp41 A2* getA2() {return this;} in getA2() function
94 A2* getA2() {return this;} in getA2() function
145 A2* getA2() {return this;} in getA2() function
196 A2* getA2() {return this;} in getA2() function
247 A2* getA2() {return this;} in getA2() function
306 A2* getA2() {return this;} in getA2() function
317 A2* getA2() {return this;} in getA2() function
363 A2* getA2() {return this;} in getA2() function
374 A2* getA2() {return this;} in getA2() function
420 A2* getA2() {return this;} in getA2() function
[all …]
Ddynamic_cast5.pass.cpp35 A2* getA2() {return this;} in getA2() function
46 A2* getA2() {return A2::getA2();} in getA2() function
58 A2* getA2() {return A3::getA2();} in getA2() function
71 A2* getA2() {return A4::getA2();} in getA2() function
179 A2* getA2() {return this;} in getA2() function
190 A2* getA2() {return A2::getA2();} in getA2() function
202 A2* getA2() {return A3::getA2();} in getA2() function
215 A2* getA2() {return A4::getA2();} in getA2() function
323 A2* getA2() {return this;} in getA2() function
334 A2* getA2() {return A2::getA2();} in getA2() function
[all …]
Ddynamic_cast14.pass.cpp29 A2* getA2() {return this;} in getA2() function
40 A2* getA2() {return A2::getA2();} in getA2() function
52 A2* getA2() {return A2::getA2();} in getA2() function
65 A2* getA2() {return A3::getA2();} in getA2() function
91 A2* getA2() {return A5::getA2();} in getA2() function
108 A2* getA2() {return A7::getA2();} in getA2() function
136 A2* getA2() {return A8::getA2();} in getA2() function
157 A2* getA2() {return A8::getA2();} in getA2() function
179 A2* getA2() {return A10::getA2();} in getA2() function
202 A2* getA2() {return A12::getA2();} in getA2() function
[all …]
/external/javassist/src/test/test1/
DCodeConv.java13 public static int getA2(Object t) { return 27; } in getA2() method in CodeConvP
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
DRotationOrder.java164 public Vector3D getA2() { in getA2() method in RotationOrder