reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
227 Allocator.Deallocate(static_cast<void *>(this), AllocSize);
include/llvm/Support/Allocator.h70 &DerivedT::Deallocate), 74 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size);include/llvm/Support/YAMLParser.h
142 Alloc.Deallocate(Ptr, Size);