reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
57 return APSInt(toAPSInt().zextOrTrunc(NumBits), true); 59 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);