Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h137 using NodeAllocatorType = NodeArray::AllocatorType; member
143 typename std::aligned_storage<sizeof(NodeAllocatorType),
144 alignof(NodeAllocatorType)>::type
156 NodeAllocatorType *NodeAllocator = nullptr;
174 NodeAllocatorType(B.NodeBuffer.Data, B.NodeBuffer.Size); in Allocators()
176 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage); in Allocators()
195 new (&NodeAllocatorStorage) NodeAllocatorType(Max); in Allocators()
216 sizeof(NodeAllocatorType)); in Allocators()
245 NodeAllocator->~NodeAllocatorType();
248 NodeAllocatorType(std::move(*O.NodeAllocator));
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h250 using NodeAllocatorType = RecyclingAllocator<BumpPtrAllocator, SDNode,
255 NodeAllocatorType NodeAllocator;