reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/xray/xray_function_call_trie.h
  174       NodeAllocator =
  195       NodeAllocator =
  225       NodeAllocator =
  234       O.NodeAllocator = nullptr;
  243       if (NodeAllocator)
  244         NodeAllocator->~NodeAllocatorType();
  245       if (O.NodeAllocator) {
  247             NodeAllocatorType(std::move(*O.NodeAllocator));
  248         NodeAllocator =
  250         O.NodeAllocator = nullptr;
  252         NodeAllocator = nullptr;
  295       if (NodeAllocator != nullptr)
  296         NodeAllocator->~NodeAllocatorType();
  330       : Nodes(*A.NodeAllocator),