Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp6266 llvm::APSInt ValueInRange = Value; in PrettyPrintInRange() local
6267 ValueInRange.setIsSigned(!Range.NonNegative); in PrettyPrintInRange()
6268 ValueInRange = ValueInRange.trunc(Range.Width); in PrettyPrintInRange()
6269 return ValueInRange.toString(10); in PrettyPrintInRange()