Searched defs:derived3 (Results 1 – 3 of 3) sorted by relevance
64 struct derived3 : public derived2 { struct65 derived3(const std::string &name, unsigned int data2, double data3) : in derived3() function68 double data3;70 virtual std::ostream &output(std::ostream &os) const in output()
21 Derived3 derived3 = new Derived3(); in main() local
55 int derived3[__builtin_offsetof(Derived2, z) == 8? 1 : -1]; variable