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

References

tools/clang/lib/AST/Interp/Integral.h
  111       return APSInt(toAPSInt().sextOrTrunc(NumBits), !Signed);
  113       return APSInt(toAPSInt().zextOrTrunc(NumBits), !Signed);
  115   APValue toAPValue() const { return APValue(toAPSInt()); }
tools/clang/lib/AST/Interp/Interp.h
  748     APSInt APOffset(Offset.toAPSInt().extend(Bits + 2), false);
  749     APSInt APIndex(Index.toAPSInt().extend(Bits + 2), false);