Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterp.h492 APSInt NegatedValue = -Value.toAPSInt(Value.bitWidth() + 1); in Neg() local
498 NegatedValue.trunc(Result.bitWidth()).toString(Trunc, 10); in Neg()
505 S.CCEDiag(E, diag::note_constexpr_overflow) << NegatedValue << Type; in Neg()