Searched refs:BitRange (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
H A D | bitop.d | 366 struct BitRange struct 445 enum nBytes = (100 + BitRange.bitsPerWord - 1) / 8; 461 foreach (b; BitRange(bitArr, 100)) 483 auto br = BitRange(bitArr, numBits); in testIt()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | minfo.d | 167 import core.bitop : bts, btr, bt, BitRange; in sortCtors() 434 auto brange = BitRange(reachable, len); in sortCtors() 490 foreach (idx; BitRange(relevant, len)) in sortCtors()
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | minfo.d | 167 import core.bitop : bts, btr, bt, BitRange; in sortCtors() 434 auto brange = BitRange(reachable, len); in sortCtors() 490 foreach (idx; BitRange(relevant, len)) in sortCtors()
|