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

References

tools/clang/include/clang/AST/CharUnits.h
  138         return (*this % N) == 0;
tools/clang/lib/AST/APValue.cpp
  540         if (O % S) {
tools/clang/lib/AST/RecordLayoutBuilder.cpp
 1890     if (FieldSize % ASanAlignment)
 1892           ASanAlignment - CharUnits::fromQuantity(FieldSize % ASanAlignment);
tools/clang/lib/CodeGen/CGAtomic.cpp
  771   bool Misaligned = (Ptr.getAlignment() % sizeChars) != 0;
tools/clang/lib/CodeGen/CGExprConstant.cpp
  416           Offset(I) % ElemSize != 0) {
tools/clang/lib/CodeGen/CGObjCMac.cpp
 5346     if ((beginOfScan % WordSize) != 0) continue;
tools/clang/lib/CodeGen/CGRecordLayoutBuilder.cpp
  343   if (LayoutSize % getAlignment(StorageType))
  628     if (Member->Offset % getAlignment(Member->Data))
  636   if (Members.back().Offset % Alignment)
  641   if (NVSize % NVAlignment)
tools/clang/lib/Sema/SemaChecking.cpp
14746   if (Offset % ExpectedAlignment != 0 ||
tools/clang/lib/StaticAnalyzer/Checkers/CastSizeChecker.cpp
   84   return Left % FlexSize == 0;
  124   if (regionSize % typeSize == 0)
tools/clang/lib/StaticAnalyzer/Core/Store.cpp
  207           if (off % pointeeTySize == 0) {