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

References

lib/IR/User.cpp
  120   assert(DescBytesToAllocate % sizeof(void *) == 0 &&
  124       ::operator new(Size + sizeof(Use) * Us + DescBytesToAllocate));
  125   Use *Start = reinterpret_cast<Use *>(Storage + DescBytesToAllocate);