Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h149 NodeIdPairAllocatorStorage[sizeof(NodeIdPairAllocatorType)]; member
183 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType( in Allocators()
186 &NodeIdPairAllocatorStorage); in Allocators()
202 new (&NodeIdPairAllocatorStorage) NodeIdPairAllocatorType(Max); in Allocators()
204 &NodeIdPairAllocatorStorage); in Allocators()
217 internal_memcpy(&NodeIdPairAllocatorStorage, in Allocators()
218 &O.NodeIdPairAllocatorStorage, in Allocators()
228 &NodeIdPairAllocatorStorage); in Allocators()
278 new (&NodeIdPairAllocatorStorage)
281 &NodeIdPairAllocatorStorage);