Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp46 static bool incrementWithoutOverflow(const APSInt &Value, APSInt &Result) { in incrementWithoutOverflow() function
173 incrementWithoutOverflow(ValueLHS, ValueLhsPlus1) && in areEquivalentRanges()
214 incrementWithoutOverflow(ValueLHS, ValueLhsPlus1) && in areExclusiveRanges()
253 incrementWithoutOverflow(ValueLHS, ValueLhsPlus1) && in rangesFullyCoverDomain()