Searched refs:OtherParent (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dref-params.cc39 struct OtherParent { struct
40 OtherParent (int other_id0) : other_id(other_id0) { } function in struct:OtherParent
44 struct MultiChild : public Parent, OtherParent {
45 MultiChild (int id0) : Parent(id0), OtherParent(id0 * 2) { }
48 int mf1(OtherParent& R)
H A Drvalue-ref-params.cc45 struct OtherParent struct
47 OtherParent (int other_id0) : other_id (other_id0) { } function in struct:OtherParent
51 struct MultiChild : public Parent, OtherParent
53 MultiChild (int id0) : Parent (id0), OtherParent (id0 * 2) { }
57 mf1 (OtherParent &&R)
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dref-params.cc39 struct OtherParent { struct
40 OtherParent (int other_id0) : other_id(other_id0) { } function in struct:OtherParent
44 struct MultiChild : public Parent, OtherParent {
45 MultiChild (int id0) : Parent(id0), OtherParent(id0 * 2) { }
48 int mf1(OtherParent& R)
H A Drvalue-ref-params.cc57 struct OtherParent struct
59 OtherParent (int other_id0) : other_id (other_id0) { } function in struct:OtherParent
63 struct MultiChild : public Parent, OtherParent
65 MultiChild (int id0) : Parent (id0), OtherParent (id0 * 2) { }
69 mf1 (OtherParent &&R)

Completed in 128 milliseconds