Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp169 APSInt ValueLHS_plus1; in areEquivalentRanges() local
172 incrementWithoutOverflow(ValueLHS, ValueLHS_plus1) && in areEquivalentRanges()
173 APSInt::compareValues(ValueLHS_plus1, ValueRHS) == 0; in areEquivalentRanges()
211 APSInt ValueLHS_plus1; in areExclusiveRanges() local
213 incrementWithoutOverflow(ValueLHS, ValueLHS_plus1) && in areExclusiveRanges()
214 APSInt::compareValues(ValueLHS_plus1, ValueRHS) == 0) in areExclusiveRanges()
250 APSInt ValueLHS_plus1; in rangesFullyCoverDomain() local
252 incrementWithoutOverflow(ValueLHS, ValueLHS_plus1) && in rangesFullyCoverDomain()
253 APSInt::compareValues(ValueLHS_plus1, ValueRHS) == 0) in rangesFullyCoverDomain()