Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangle.h28 struct AllocatorNode { struct
32 AllocatorNode *Next = nullptr; argument
36 AllocatorNode *NewHead = new AllocatorNode; in addNode()
51 AllocatorNode *Next = Head->Next; in ~ArenaAllocator()
111 AllocatorNode *Head = nullptr;