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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h159 NodeIdPairAllocatorType *NodeIdPairAllocator = nullptr; member in struct:__xray::FunctionCallTrie::Allocators
190 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>(
208 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>(
232 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>(
238 O.NodeIdPairAllocator = nullptr;
280 if (NodeIdPairAllocator)
281 NodeIdPairAllocator->~NodeIdPairAllocatorType();
282 if (O.NodeIdPairAllocator) {
284 NodeIdPairAllocatorType(std::move(*O.NodeIdPairAllocator));
285 NodeIdPairAllocator
326 NodeIdPairAllocatorType *NodeIdPairAllocator; member in class:__xray::FunctionCallTrie
[all...]

Completed in 188 milliseconds