Home
last modified time | relevance | path

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

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