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

References

tools/clang/lib/CodeGen/CGCleanup.cpp
  749   if (CleanupSize <= sizeof(CleanupBufferStack)) {
  750     memcpy(CleanupBufferStack, CleanupSource, CleanupSize);
  753     CleanupBufferHeap.reset(new char[CleanupSize]);
  754     memcpy(CleanupBufferHeap.get(), CleanupSource, CleanupSize);