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

References

include/llvm/ADT/SmallPtrSet.h
  421   static_assert(SmallSize <= 32, "SmallSize should be small");
  426   enum { SmallSizePowTwo = RoundUpToPowerOfTwo<SmallSize>::Val };
  446   SmallPtrSet<PtrType, SmallSize> &
  447   operator=(const SmallPtrSet<PtrType, SmallSize> &RHS) {
  453   SmallPtrSet<PtrType, SmallSize> &
  454   operator=(SmallPtrSet<PtrType, SmallSize> &&RHS) {
  460   SmallPtrSet<PtrType, SmallSize> &
  468   void swap(SmallPtrSet<PtrType, SmallSize> &RHS) {