Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp162 const APSInt &ValueRHS) { in areEquivalentRanges() argument
163 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in areEquivalentRanges()
166 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) in areEquivalentRanges()
182 const APSInt &ValueRHS) { in areExclusiveRanges() argument
183 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in areExclusiveRanges()
187 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) { in areExclusiveRanges()
215 APSInt::compareValues(ValueLhsPlus1, ValueRHS) == 0) in areExclusiveRanges()
227 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in rangesFullyCoverDomain()
231 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) { in rangesFullyCoverDomain()
254 APSInt::compareValues(ValueLhsPlus1, ValueRHS) == 0) in rangesFullyCoverDomain()
[all …]