Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h29 struct AllocatorNode { struct
33 AllocatorNode *Next = nullptr; argument
37 AllocatorNode *NewHead = new AllocatorNode; in addNode()
52 AllocatorNode *Next = Head->Next; in ~ArenaAllocator()
116 AllocatorNode *Head = nullptr;