Home
last modified time | relevance | path

Searched refs:getA7 (Results 1 – 1 of 1) sorted by relevance

/external/libcxxabi/test/
Ddynamic_cast14.pass.cpp96 A7* getA7() {return this;} in getA7() function
113 A7* getA7() {return A7::getA7();} in getA7() function
141 A7* getA7() {return A8::getA7();} in getA7() function
162 A7* getA7() {return A8::getA7();} in getA7() function
184 A7* getA7() {return A10::getA7();} in getA7() function
207 A7* getA7() {return A12::getA7();} in getA7() function
284 assert(dynamic_cast<A7*>(a7.getA1_3()) == a7.getA7()); in test()
285 assert(dynamic_cast<A7*>(a7.getA1_4()) == a7.getA7()); in test()
286 assert(dynamic_cast<A7*>(a7.getA1_6()) == a7.getA7()); in test()
287 assert(dynamic_cast<A7*>(a7.getA2()) == a7.getA7()); in test()
[all …]