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

References

tools/clang/lib/AST/Interp/Interp.h
  731   T Index = T::from(Ptr.getIndex(), Offset.bitWidth());
  734   if (Offset.isZero()) {
  747     const unsigned Bits = Offset.bitWidth();
  748     APSInt APOffset(Offset.toAPSInt().extend(Bits + 2), false);
  759   if (Add && Offset.isNegative() && (Offset.isMin() || -Offset > Index))
  759   if (Add && Offset.isNegative() && (Offset.isMin() || -Offset > Index))
  759   if (Add && Offset.isNegative() && (Offset.isMin() || -Offset > Index))
  761   if (!Add && Offset.isPositive() && Index < Offset)
  761   if (!Add && Offset.isPositive() && Index < Offset)
  766   if (Add && Offset.isPositive() && Offset > MaxOffset)
  766   if (Add && Offset.isPositive() && Offset > MaxOffset)
  768   if (!Add && Offset.isNegative() && (Offset.isMin() || -Offset > MaxOffset))
  768   if (!Add && Offset.isNegative() && (Offset.isMin() || -Offset > MaxOffset))
  768   if (!Add && Offset.isNegative() && (Offset.isMin() || -Offset > MaxOffset))
  773   int64_t WideOffset = static_cast<int64_t>(Offset);