Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h154 NodeIdPairAllocatorType *NodeIdPairAllocator = nullptr; member
185 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()
203 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()
227 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>( in Allocators()
233 O.NodeIdPairAllocator = nullptr; in Allocators()
275 if (NodeIdPairAllocator)
276 NodeIdPairAllocator->~NodeIdPairAllocatorType();
277 if (O.NodeIdPairAllocator) {
279 NodeIdPairAllocatorType(std::move(*O.NodeIdPairAllocator));
280 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>(
[all …]