Searched refs:BitArray (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
H A D | bitmanip.d | 978 struct BitArray 1030 auto a = BitArray(input); 1035 auto b = BitArray([0, 0, 1]); 1047 BitArray a = true.repeat(70).array; 1102 auto a = BitArray([1, 0, 0, 1, 1]); 1106 auto b = BitArray(v, a.length); 1124 auto ba = BitArray(source, source.length * sbits); 1136 auto ba = BitArray(source, source.length * sbits); 1146 auto bc = BitArray(source, sbits + 1); 1217 BitArray ba; [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
H A D | bitmanip.d | 771 struct BitArray 861 void Fun(const BitArray arr) 866 BitArray a; 892 @property BitArray dup() const pure nothrow 894 BitArray ba; 904 BitArray a; 905 BitArray b; 990 auto a = BitArray(ba); 1021 @property BitArray reverse() @nogc pure nothrow 1049 BitArray b; [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/ |
H A D | bitarray.h | 15 struct BitArray struct 17 BitArray() in BitArray() argument 22 ~BitArray() in ~BitArray() argument 31 BitArray(const BitArray&); argument
|
H A D | bitarray.d | 19 struct BitArray struct 46 void opAssign(const ref BitArray b) nothrow pure in opAssign() argument 73 bool opEquals(const ref BitArray b) const @nogc nothrow pure in opEquals() argument 98 void or(const ref BitArray b) @nogc nothrow pure in or() argument 108 void swap(ref BitArray b) @nogc nothrow pure in swap() argument 159 BitArray array; argument 168 BitArray a,b;
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/ |
H A D | array.h | 211 struct BitArray struct 213 BitArray() in BitArray() argument 218 ~BitArray() in ~BitArray() argument 227 BitArray(const BitArray&); argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dsymbol.c | 1304 static void bitArraySet(BitArray *array, size_t idx) in bitArraySet() 1309 static bool bitArrayGet(BitArray *array, size_t idx) in bitArrayGet() 1315 static void bitArrayLength(BitArray *array, size_t len) in bitArrayLength() 1336 …BitArray *pary = protection.kind == PROTprivate ? &privateAccessiblePackages : &accessiblePackages; in addAccessiblePackage()
|
H A D | dsymbol.h | 301 BitArray accessiblePackages, privateAccessiblePackages;
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dsymbol.h | 329 BitArray accessiblePackages, privateAccessiblePackages;
|
H A D | dsymbol.d | 1391 …BitArray accessiblePackages, privateAccessiblePackages;// whitelists of accessible (imported) pack…
|
H A D | ob.d | 215 BitArray deps; /// dependencies
|