HomeSort by: relevance | last modified time | path
    Searched defs:BitVector (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
BitVector.h 1 //===- llvm/ADT/BitVector.h - Bit vectors -----------------------*- C++ -*-===//
9 // This file implements the BitVector class.
74 class BitVector {
85 unsigned Size; // Size of bitvector in bits.
97 reference(BitVector &b, unsigned Idx) {
123 typedef const_set_bits_iterator_impl<BitVector> const_set_bits_iterator;
136 /// BitVector default ctor - Creates an empty bitvector.
137 BitVector() : Size(0) {}
139 /// BitVector ctor - Creates a bitvector of specified number of bits. Al
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_deadlock_detector.h 140 typedef BV BitVector;
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector.h 137 typedef BV BitVector;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_deadlock_detector.h 137 typedef BV BitVector;
  /src/sys/dev/ic/
mpt_mpilib.h 1883 U32 BitVector[8]; /* 04h */

Completed in 34 milliseconds