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

References

include/llvm/ADT/SmallPtrSet.h
  428   const void *SmallStorage[SmallSizePowTwo];
  431   SmallPtrSet() : BaseT(SmallStorage, SmallSizePowTwo) {}
  434       : BaseT(SmallStorage, SmallSizePowTwo, std::move(that)) {}
  437   SmallPtrSet(It I, It E) : BaseT(SmallStorage, SmallSizePowTwo) {
  442       : BaseT(SmallStorage, SmallSizePowTwo) {
  456       this->MoveFrom(SmallSizePowTwo, std::move(RHS));