Home
last modified time | relevance | path

Searched defs:BitArray (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/root/
H A Dbitarray.d19 struct BitArray struct
22 alias Chunk_t = size_t;
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
120 ~this() nothrow pure in ~this()
159 BitArray array; argument
H A Dbitarray.h15 struct BitArray struct
17 BitArray() in BitArray() argument
22 ~BitArray() in ~BitArray() argument
31 BitArray(const BitArray&); argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/root/
H A Darray.h211 struct BitArray struct
213 BitArray() in BitArray() function
218 ~BitArray() in ~BitArray() argument
227 BitArray(const BitArray&); argument