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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h105 using NodeIdPairAllocatorType = NodeIdPairArray::AllocatorType;
152 typename std::aligned_storage<sizeof(NodeIdPairAllocatorType),
153 alignof(NodeIdPairAllocatorType)>::type
159 NodeIdPairAllocatorType *NodeIdPairAllocator = nullptr;
188 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType( variable
190 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>(
207 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType(Max); variable
208 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>(
224 sizeof(NodeIdPairAllocatorType));
232 NodeIdPairAllocator = reinterpret_cast<NodeIdPairAllocatorType *>(
284 NodeIdPairAllocatorType(std::move(*O.NodeIdPairAllocator)); variable
[all...]

Completed in 190 milliseconds