Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp159 const APSInt &ValueLHS, in areEquivalentRanges() argument
162 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in areEquivalentRanges()
165 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) in areEquivalentRanges()
172 incrementWithoutOverflow(ValueLHS, ValueLHS_plus1) && in areEquivalentRanges()
179 const APSInt &ValueLHS, in areExclusiveRanges() argument
182 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in areExclusiveRanges()
186 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) { in areExclusiveRanges()
213 incrementWithoutOverflow(ValueLHS, ValueLHS_plus1) && in areExclusiveRanges()
223 const APSInt &ValueLHS, in rangesFullyCoverDomain() argument
226 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in rangesFullyCoverDomain()
[all …]