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

References

lib/Support/ItaniumManglingCanonicalizer.cpp
  115       return {new (RawAlloc.Allocate(sizeof(T), alignof(T)))
  133         RawAlloc.Allocate(sizeof(NodeHeader) + sizeof(T), alignof(NodeHeader));
  146     return RawAlloc.Allocate(sizeof(Node *) * sz, alignof(Node *));