Lines Matching refs:NodeAllocator
155 NodeAllocatorType *NodeAllocator = nullptr; member
174 NodeAllocator = in Allocators()
195 NodeAllocator = in Allocators()
225 NodeAllocator = in Allocators()
234 O.NodeAllocator = nullptr; in Allocators()
243 if (NodeAllocator)
244 NodeAllocator->~NodeAllocatorType();
245 if (O.NodeAllocator) {
247 NodeAllocatorType(std::move(*O.NodeAllocator));
248 NodeAllocator =
250 O.NodeAllocator = nullptr;
252 NodeAllocator = nullptr;
295 if (NodeAllocator != nullptr) in ~Allocators()
296 NodeAllocator->~NodeAllocatorType(); in ~Allocators()
330 : Nodes(*A.NodeAllocator), in FunctionCallTrie()