Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
Dinline12.C223 xUff(unsigned char* theUff);
233 xUff::xUff(udword theUff) in xUff() argument
234 : myUff(theUff) in xUff()
239 const xUff& theUff) in xUff() argument
240 : myUff(theUff.myUff) in xUff()
244 xUff::operator = (const xUff& theUff)
246 myUff = theUff.myUff;
250 xUff::operator = (udword theUff)
252 myUff = theUff;
286 xUff::xUff(unsigned char* theUff) in xUff() argument
[all …]