Home
last modified time | relevance | path

Searched defs:BitVectorTmpl (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceBitVector.h273 friend class BitVectorTmpl; variable
324 BitVectorTmpl(const BitVectorTmpl &RHS) : Size(RHS.size()), Alloc(RHS.Alloc) { in BitVectorTmpl() function
336 BitVectorTmpl(BitVectorTmpl &&RHS) in BitVectorTmpl() function
DIceDefs.h56 template <template <typename> class> class BitVectorTmpl; variable