HomeSort by relevance Sort by last modified time
    Searched defs:TheVector (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallBitVector.h 58 SmallBitVector &TheVector;
62 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
71 TheVector.set(BitPos);
73 TheVector.reset(BitPos);
78 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 60 SmallBitVector &TheVector;
64 reference(SmallBitVector &b, unsigned Idx) : TheVector(b), BitPos(Idx) {}
75 TheVector.set(BitPos);
77 TheVector.reset(BitPos);
82 return const_cast<const SmallBitVector &>(TheVector).operator[](BitPos);

Completed in 102 milliseconds