Home
last modified time | relevance | path

Searched refs:APResult (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h747 APSInt APResult; in IncDecHelper() local
749 APResult = ++Value.toAPSInt(Bits); in IncDecHelper()
751 APResult = --Value.toAPSInt(Bits); in IncDecHelper()
758 APResult.trunc(Result.bitWidth()) in IncDecHelper()
767 S.CCEDiag(E, diag::note_constexpr_overflow) << APResult << Type; in IncDecHelper()