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

References

tools/clang/lib/AST/ExprConstant.cpp
10937             Info.Ctx.getTypeAlignInChars(PointeeType) >= Size) {
tools/clang/lib/AST/RecordLayoutBuilder.cpp
  318   if (!PlacingEmptyBase && Offset >= SizeOfLargestEmptySubobject) {
  493   if (!PlacingOverlappingField && Offset >= SizeOfLargestEmptySubobject)
  564           ElementOffset >= SizeOfLargestEmptySubobject)
 2670       assert(BaseOffset >= Size && "base offset already allocated");
 2810     if (Base.second >= InjectionSite)
 2895     assert(BaseOffset >= Size && "base offset already allocated");
 2923     if (RequiredAlignment >= MinEmptyStructSize)
tools/clang/lib/CodeGen/CGBlocks.cpp
  712         assert(endAlign >= li->Alignment);
  720         if (endAlign >= maxFieldAlign) {
  749   assert(endAlign >= maxFieldAlign);
  766     assert(endAlign >= li->Alignment);
tools/clang/lib/CodeGen/CGCall.cpp
 3977                (LV.getAlignment() >=
tools/clang/lib/CodeGen/CGClass.cpp
   99   if (actualBaseAlign >= expectedBaseAlign) {
tools/clang/lib/CodeGen/CGExprCXX.cpp
  501     if (VBPtrOffset >= NVSize)
tools/clang/lib/CodeGen/CGExprConstant.cpp
  144   if (Offset >= Size) {
  287   if (Pos >= Size)
  463       assert(DesiredOffset >= SizeSoFar && "elements out of order");
tools/clang/lib/CodeGen/CGObjC.cpp
 2311        dst.getAlignment() >= CharUnits::fromQuantity(PointerAlignInBytes))) {
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  657     assert(Offset >= Size);
tools/clang/lib/CodeGen/SwiftCallingConv.cpp
  281   if (Entries[index].Begin >= end) {
  346     assert(index == 0 || begin >= Entries[index - 1].End);
  524         if (unitEnd >= localEnd) break;
tools/clang/lib/Sema/SemaChecking.cpp
13175   if (SrcAlign >= DestAlign) return;
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
 1760         if (Ctx.getTypeSizeInChars(baseT) >= Ctx.getTypeSizeInChars(elemT)) {