Home
last modified time | relevance | path

Searched refs:AllocatorNode (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h27 struct AllocatorNode { struct
31 AllocatorNode *Next = nullptr; argument
35 AllocatorNode *NewHead = new AllocatorNode; in addNode()
50 AllocatorNode *Next = Head->Next; in ~ArenaAllocator()
110 AllocatorNode *Head = nullptr;