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

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpass-by-ref-2.cc157 class FourCCtor { class
159 FourCCtor (void);
161 FourCCtor (FourCCtor &rhs);
162 FourCCtor (const FourCCtor &rhs);
163 FourCCtor (volatile FourCCtor &rhs);
164 FourCCtor (const volatile FourCCtor
169 FourCCtor::FourCCtor (void) function in class:FourCCtor
174 FourCCtor::FourCCtor (FourCCtor &rhs) function in class:FourCCtor
179 FourCCtor::FourCCtor (const FourCCtor &rhs) function in class:FourCCtor
184 FourCCtor::FourCCtor (volatile FourCCtor &rhs) function in class:FourCCtor
189 FourCCtor::FourCCtor (const volatile FourCCtor &rhs) function in class:FourCCtor
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpass-by-ref-2.cc157 class FourCCtor { class
159 FourCCtor (void);
161 FourCCtor (FourCCtor &rhs);
162 FourCCtor (const FourCCtor &rhs);
163 FourCCtor (volatile FourCCtor &rhs);
164 FourCCtor (const volatile FourCCtor
169 FourCCtor::FourCCtor (void) function in class:FourCCtor
174 FourCCtor::FourCCtor (FourCCtor &rhs) function in class:FourCCtor
179 FourCCtor::FourCCtor (const FourCCtor &rhs) function in class:FourCCtor
184 FourCCtor::FourCCtor (volatile FourCCtor &rhs) function in class:FourCCtor
189 FourCCtor::FourCCtor (const volatile FourCCtor &rhs) function in class:FourCCtor
[all...]

Completed in 129 milliseconds