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

Definitions

include/llvm/Support/Allocator.h
   89   Deallocate(T *Ptr, size_t Num = 1) {
include/llvm/Support/RecyclingAllocator.h
   51   void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); }