Lines Matching defs:s5
114 struct s5 {118 s5() : x(c++) {}122 s5::c = 0;123 s5 *arr = new s5[4];124 new (arr + 1) s5[3];133 s5::c = 0;134 s5 arr[4];143 s5::c = 0;144 s5 arr[2][2];153 s5::c = 0;154 s5 a[2][2], b[2][2];