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

References

tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  839         assert(static_cast<unsigned>(Info.Offset + Info.Size) ==
  839         assert(static_cast<unsigned>(Info.Offset + Info.Size) ==
  840                Info.StorageSize &&
  843         assert(Info.Offset == 0 &&
  845       assert(Info.StorageSize <= SL->getSizeInBits() &&
  848       assert(Info.StorageSize ==
  852     assert(Info.Size > 0 && "Empty bitfield!");
  853     assert(static_cast<unsigned>(Info.Offset) + Info.Size <= Info.StorageSize &&
  853     assert(static_cast<unsigned>(Info.Offset) + Info.Size <= Info.StorageSize &&
  853     assert(static_cast<unsigned>(Info.Offset) + Info.Size <= Info.StorageSize &&