Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport/unit/
Dmfunptr_test.cpp40 struct S1 { } s1; struct
43 int f1(S1&);
44 int f2(S1&, S2&);
45 int f1c(const S1&);
46 int f2c(const S1&, const S2&);
48 void vf1(S1&);
49 void vf2(S1&, S2&);
50 void vf1c(const S1&);
51 void vf2c(const S1&, const S2&);
56 int f1(const S1&);
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dmfunptr_test.cpp40 struct S1 { } s1; struct
43 int f1(S1&);
44 int f2(S1&, S2&);
45 int f1c(const S1&);
46 int f2c(const S1&, const S2&);
48 void vf1(S1&);
49 void vf2(S1&, S2&);
50 void vf1c(const S1&);
51 void vf2c(const S1&, const S2&);
56 int f1(const S1&);
[all …]
/ndk/tests/device/test-stlport_static-exception/jni/
Dvtable2.cpp14 struct S1 : virtual public S0 struct
19 struct S2 : virtual public S1
39 void S1::s1 () in s1()
164 if (*vtbl != ((char*) (S1*) &s4) - (char*) &s4) in main()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dvtable2.cpp14 struct S1 : virtual public S0 struct
19 struct S2 : virtual public S1
39 void S1::s1 () in s1()
164 if (*vtbl != ((char*) (S1*) &s4) - (char*) &s4) in main()