Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp161 const APSInt &ValueRHS) { in areEquivalentRanges() argument
162 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in areEquivalentRanges()
165 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) in areEquivalentRanges()
173 APSInt::compareValues(ValueLHS_plus1, ValueRHS) == 0; in areEquivalentRanges()
181 const APSInt &ValueRHS) { in areExclusiveRanges() argument
182 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in areExclusiveRanges()
186 if (APSInt::compareValues(ValueLHS, ValueRHS) == 0) { in areExclusiveRanges()
214 APSInt::compareValues(ValueLHS_plus1, ValueRHS) == 0) in areExclusiveRanges()
225 const APSInt &ValueRHS) { in rangesFullyCoverDomain() argument
226 assert(APSInt::compareValues(ValueLHS, ValueRHS) <= 0 && in rangesFullyCoverDomain()
[all …]