Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp170 APSInt ValueLhsPlus1; in areEquivalentRanges() local
173 incrementWithoutOverflow(ValueLHS, ValueLhsPlus1) && in areEquivalentRanges()
174 APSInt::compareValues(ValueLhsPlus1, ValueRHS) == 0; in areEquivalentRanges()
212 APSInt ValueLhsPlus1; in areExclusiveRanges() local
214 incrementWithoutOverflow(ValueLHS, ValueLhsPlus1) && in areExclusiveRanges()
215 APSInt::compareValues(ValueLhsPlus1, ValueRHS) == 0) in areExclusiveRanges()
251 APSInt ValueLhsPlus1; in rangesFullyCoverDomain() local
253 incrementWithoutOverflow(ValueLHS, ValueLhsPlus1) && in rangesFullyCoverDomain()
254 APSInt::compareValues(ValueLhsPlus1, ValueRHS) == 0) in rangesFullyCoverDomain()