reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/BitVector.h
  886     assert(NewCapacity > 0 && "realloc-ing zero space");
  888         safe_realloc(Bits.data(), NewCapacity * sizeof(BitWord)));
  889     Bits = MutableArrayRef<BitWord>(NewBits, NewCapacity);