Searched refs:StructOne (Results 1 – 1 of 1) sorted by relevance
228 struct StructOne { struct229 StructOne() {} in StructOne() argument230 StructOne(int b) {} in StructOne() argument286 StructOne s1, s2(23), s3, s4(3), *sptr = new StructOne(2); in complex_typedefs()294 struct StructOne cs1, cs2(42); in complex_typedefs()