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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline12.C223 xUff(unsigned char* theUff);
233 xUff::xUff(udword theUff) argument
234 : myUff(theUff)
239 const xUff& theUff)
240 : myUff(theUff.myUff)
244 xUff::operator = (const xUff& theUff) argument
246 myUff = theUff.myUff;
250 xUff::operator = (udword theUff) argument
252 myUff = theUff;
286 xUff::xUff(unsigned char* theUff) argument
238 xUff( const xUff& theUff) argument
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.other/
H A Dinline12.C223 xUff(unsigned char* theUff);
233 xUff::xUff(udword theUff) argument
234 : myUff(theUff)
239 const xUff& theUff)
240 : myUff(theUff.myUff)
244 xUff::operator = (const xUff& theUff) argument
246 myUff = theUff.myUff;
250 xUff::operator = (udword theUff) argument
252 myUff = theUff;
286 xUff::xUff(unsigned char* theUff) argument
238 xUff( const xUff& theUff) argument
[all...]

Completed in 38 milliseconds