Searched refs:TwoMCtorAndCCtor (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpass-by-ref-2.cc230 class TwoMCtorAndCCtor { class
232 TwoMCtorAndCCtor (void);
234 TwoMCtorAndCCtor (const TwoMCtorAndCCtor &rhs) = default;
238 TwoMCtorAndCCtor (const TwoMCtorAndCCtor &&rhs);
239 TwoMCtorAndCCtor (TwoMCtorAndCCtor &&rhs) = default;
244 TwoMCtorAndCCtor::TwoMCtorAndCCtor (voi function in class:TwoMCtorAndCCtor
249 TwoMCtorAndCCtor::TwoMCtorAndCCtor (const TwoMCtorAndCCtor &&rhs) function in class:TwoMCtorAndCCtor
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpass-by-ref-2.cc230 class TwoMCtorAndCCtor { class
232 TwoMCtorAndCCtor (void);
234 TwoMCtorAndCCtor (const TwoMCtorAndCCtor &rhs) = default;
238 TwoMCtorAndCCtor (const TwoMCtorAndCCtor &&rhs);
239 TwoMCtorAndCCtor (TwoMCtorAndCCtor &&rhs) = default;
244 TwoMCtorAndCCtor::TwoMCtorAndCCtor (voi function in class:TwoMCtorAndCCtor
249 TwoMCtorAndCCtor::TwoMCtorAndCCtor (const TwoMCtorAndCCtor &&rhs) function in class:TwoMCtorAndCCtor
[all...]

Completed in 181 milliseconds