Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Darray.d310 enum { nDigitsForPointer = 2 * size_t.sizeof, nDigitsForNObjects = 4 } enumerator
326 static if (display) writefln("@%*Xh: Destroying.", nDigitsForPointer, &this);
332 static if (display) writefln("@%*Xh: Constructing.", nDigitsForPointer, &this);
340 static if (display) writefln("@%*Xh: Copying.", nDigitsForPointer, &this);
349 …c if (display) writefln("@%*Xh: This is where the array elements are.", nDigitsForPointer, &a [0]);