Searched refs:BitVectorTmpl (Results 1 – 2 of 2) sorted by relevance
247 template <template <typename> class AT> class BitVectorTmpl {273 friend class BitVectorTmpl; variable281 reference(BitVectorTmpl &b, unsigned Idx) { in reference()307 BitVectorTmpl(Allocator A = Allocator())314 explicit BitVectorTmpl(unsigned s, bool t = false, Allocator A = Allocator())324 BitVectorTmpl(const BitVectorTmpl &RHS) : Size(RHS.size()), Alloc(RHS.Alloc) { in BitVectorTmpl() function336 BitVectorTmpl(BitVectorTmpl &&RHS) in BitVectorTmpl() function342 ~BitVectorTmpl() { in ~BitVectorTmpl()448 BitVectorTmpl &set() { in set()454 BitVectorTmpl &set(unsigned Idx) { in set()[all …]
56 template <template <typename> class> class BitVectorTmpl; variable286 using LivenessBV = BitVectorTmpl<LivenessAllocator>;