Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp46 static bool incrementWithoutOverflow(const APSInt &Value, APSInt &Result) { in incrementWithoutOverflow() function
172 incrementWithoutOverflow(ValueLHS, ValueLHS_plus1) && in areEquivalentRanges()
213 incrementWithoutOverflow(ValueLHS, ValueLHS_plus1) && in areExclusiveRanges()
252 incrementWithoutOverflow(ValueLHS, ValueLHS_plus1) && in rangesFullyCoverDomain()