Searched refs:S3 (Results 1 - 25 of 65) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/other/
H A Dpr42806.C14 struct S3 { struct
15 S3(int, S2);
20 S3(0, S2());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr46534.c7 #define S3 S2 S2 S2 S2 S2 S2 S2 S2 S2 S2 macro
8 #define S4 S3 S3 S3 S3 S3 S3 S3 S3 S3 S
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Ddtor4.C18 struct S3 { struct
19 ~S3(); // { dg-error "" } candidate
23 S3<T>::~S3() volatile // { dg-error "" } prototype does not match
H A Dcast1.C7 struct S3 : public S1, public S2, virtual public S0 struct in inherits:S1,S2,S0
15 f(static_cast<S3*>(0));
H A Ddtor3.C16 struct S3 struct
18 ~S3(double) {} // { dg-error "" } destructors may not have parameters
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp77.C5 struct S3 struct
13 const char* S3<double>::h(int) { return __PRETTY_FUNCTION__; }
17 const char* S3<char>::h(int) { return __PRETTY_FUNCTION__; }
21 if (strcmp (S3<double>::h(7),
22 "static const char* S3<T>::h(U) [with U = int, T = double]") == 0)
H A Dredecl1.C16 struct S3;
19 struct S3; // { dg-error "redeclared here" }
22 struct S3; // { dg-error "redeclared here" }
H A Dspec15.C26 struct S3 struct
34 int S3<double>::h(int) { return 0; }
38 int S3<char>::h(int) { return 1; }
46 if (S3<double>::h(7) != 0)
48 if (S3<char>::h(7) != 1)
H A Dnontype2.C17 struct S3 struct
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Ddtor4.C18 struct S3 { struct
19 ~S3(); // { dg-error "" } candidate
23 S3<T>::~S3() volatile // { dg-error "" } prototype does not match
H A Dcast1.C7 struct S3 : public S1, public S2, virtual public S0 struct in inherits:S1,S2,S0
15 f(static_cast<S3*>(0));
H A Ddtor3.C16 struct S3 struct
18 ~S3(double) {} // { dg-error "" } destructors may not have parameters
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Dmemtemp77.C5 struct S3 struct
13 const char* S3<double>::h(int) { return __PRETTY_FUNCTION__; }
17 const char* S3<char>::h(int) { return __PRETTY_FUNCTION__; }
21 if (strcmp (S3<double>::h(7),
22 "static const char* S3<T>::h(U) [with U = int, T = double]") == 0)
H A Dredecl1.C16 struct S3;
19 struct S3; // { dg-error "" } redeclared here
22 struct S3; // { dg-error "" } redeclared here
H A Dspec15.C26 struct S3 struct
34 int S3<double>::h(int) { return 0; }
38 int S3<char>::h(int) { return 1; }
46 if (S3<double>::h(7) != 0)
48 if (S3<char>::h(7) != 1)
H A Dnontype2.C17 struct S3 struct
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lookup/
H A Dtypedef1.C16 struct S3;
17 typedef S3 T3;
18 struct S3 { struct
20 S3::U i;
28 S3 s3;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/ipa/
H A D20090113-1.C16 struct S3 { struct
24 S3().g();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc7.C6 struct S3 : S1 { }; struct in inherits:S1
8 struct S4 : S3, S2 { };
H A Dvirt1.C9 struct S3 : virtual public S0 { virtual void f1 () { } }; struct in inherits:S0
11 struct S4 : public S3 { };
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Dmisc7.C6 struct S3 : S1 { }; struct in inherits:S1
8 struct S4 : S3, S2 { };
H A Dvirt1.C9 struct S3 : virtual public S0 { virtual void f1 () { } }; struct in inherits:S0
11 struct S4 : public S3 { };
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dtypedef17.C17 struct S3: public S2 struct in inherits:S2
30 S3 s;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dempty7.C7 struct S3 : virtual public S2 {}; struct in inherits:S2
9 struct S5 : public S3, virtual public S4 {};
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.abi/
H A Dempty.C20 // In S3, the S1 instance is allocated first at offset zero. The S2
24 struct S3 : public S1, public S2 struct in inherits:S1,S2
33 // In S4, in contrast to S3, S2 is allocated first, and S1 can be
57 if (sizeof (S3) != sizeof (T3))

Completed in 222 milliseconds

123