reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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);