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

References

tools/clang/lib/CodeGen/CGExprCXX.cpp
  766       = adjustedCount.umul_ov(typeSizeMultiplier, overflow);
  767     hasAnyOverflow |= overflow;
  775       allocationSize = allocationSize.uadd_ov(cookieSize, overflow);
  776       hasAnyOverflow |= overflow;