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

References

include/llvm/ADT/StringMap.h
  227     Allocator.Deallocate(static_cast<void *>(this), AllocSize);
include/llvm/Support/Allocator.h
   70                           &DerivedT::Deallocate),
   74     return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size);
  421       Allocator.Deallocate(*I, AllocatedSlabSize);
  430       Allocator.Deallocate(Ptr, Size);