Searched refs:S2 (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-stlport_static-exception/jni/ |
D | vtable2.cpp | 19 struct S2 : virtual public S1 struct 30 struct S4 : public S3, virtual public S2 43 void S2::s1 () in s1() 47 void S2::s0 () in s0() 167 if (*vtbl != ((char*) (S2*) &s4) - (char*) &s4) in main() 187 if (*vtbl != ((char*) &s4 - (char*) (S2*) &s4)) in main() 197 if (*vtbl != ((char*) &s4 - (char*) (S2*) &s4)) in main()
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
D | vtable2.cpp | 19 struct S2 : virtual public S1 struct 30 struct S4 : public S3, virtual public S2 43 void S2::s1 () in s1() 47 void S2::s0 () in s0() 167 if (*vtbl != ((char*) (S2*) &s4) - (char*) &s4) in main() 187 if (*vtbl != ((char*) &s4 - (char*) (S2*) &s4)) in main() 197 if (*vtbl != ((char*) &s4 - (char*) (S2*) &s4)) in main()
|
/ndk/tests/device/test-stlport/unit/ |
D | mfunptr_test.cpp | 41 struct S2 { } s2; struct 44 int f2(S1&, S2&); 46 int f2c(const S1&, const S2&); 49 void vf2(S1&, S2&); 51 void vf2c(const S1&, const S2&); 134 int f2(S1&, S2&) in f2() argument 140 int f2c(const S1&, const S2&) in f2c() argument 146 void vf2(S1&, S2&) in vf2() argument 152 void vf2c(const S1&, const S2&) in vf2c() argument
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | mfunptr_test.cpp | 41 struct S2 { } s2; struct 44 int f2(S1&, S2&); 46 int f2c(const S1&, const S2&); 49 void vf2(S1&, S2&); 51 void vf2c(const S1&, const S2&); 134 int f2(S1&, S2&) in f2() argument 140 int f2c(const S1&, const S2&) in f2c() argument 146 void vf2(S1&, S2&) in vf2() argument 152 void vf2c(const S1&, const S2&) in vf2c() argument
|