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
  179       RootAllocator =
  199       RootAllocator =
  227       RootAllocator =
  235       O.RootAllocator = nullptr;
  255       if (RootAllocator)
  256         RootAllocator->~RootAllocatorType();
  257       if (O.RootAllocator) {
  259             RootAllocatorType(std::move(*O.RootAllocator));
  260         RootAllocator =
  262         O.RootAllocator = nullptr;
  264         RootAllocator = nullptr;
  297       if (RootAllocator != nullptr)
  298         RootAllocator->~RootAllocatorType();
  331         Roots(*A.RootAllocator),