reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
42 static std::vector<SpecificAllocBase *> instances;
19 for (SpecificAllocBase *alloc : SpecificAllocBase::instances)
tools/lld/include/lld/Common/Memory.h 39 SpecificAllocBase() { instances.push_back(this); }