HomeSort by: relevance | last modified time | path
    Searched refs:NodeAllocatorType (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_function_call_trie.h 137 using NodeAllocatorType = NodeArray::AllocatorType;
143 typename std::aligned_storage<sizeof(NodeAllocatorType),
144 alignof(NodeAllocatorType)>::type
156 NodeAllocatorType *NodeAllocator = nullptr;
174 NodeAllocatorType(B.NodeBuffer.Data, B.NodeBuffer.Size);
176 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage);
195 new (&NodeAllocatorStorage) NodeAllocatorType(Max);
197 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage);
216 sizeof(NodeAllocatorType));
227 reinterpret_cast<NodeAllocatorType *>(&NodeAllocatorStorage)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 247 using NodeAllocatorType = RecyclingAllocator<BumpPtrAllocator, SDNode,
252 NodeAllocatorType NodeAllocator;

Completed in 44 milliseconds