Searched refs:RawAlloc (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Support/
H A DItaniumManglingCanonicalizer.cpp84 BumpPtrAllocator RawAlloc; member in class:__anon2455::FoldingNodeAllocator
98 return {new (RawAlloc.Allocate(sizeof(T), alignof(T)))
116 RawAlloc.Allocate(sizeof(NodeHeader) + sizeof(T), alignof(NodeHeader));
129 return RawAlloc.Allocate(sizeof(Node *) * sz, alignof(Node *));

Completed in 57 milliseconds