Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dbitmanip.d978 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 Dbitmanip.d771 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 Dbitarray.h15 struct BitArray struct
17 BitArray() in BitArray() argument
22 ~BitArray() in ~BitArray() argument
31 BitArray(const BitArray&); argument
H A Dbitarray.d19 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 Darray.h211 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 Ddsymbol.c1304 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()
1336BitArray *pary = protection.kind == PROTprivate ? &privateAccessiblePackages : &accessiblePackages; in addAccessiblePackage()
H A Ddsymbol.h301 BitArray accessiblePackages, privateAccessiblePackages;
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.h329 BitArray accessiblePackages, privateAccessiblePackages;
H A Ddsymbol.d1391BitArray accessiblePackages, privateAccessiblePackages;// whitelists of accessible (imported) pack…
H A Dob.d215 BitArray deps; /// dependencies