Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DTooSmallLoopVariableCheck.cpp125 bool RHSEIsConstantValue = RHSEType->isEnumeralType() || in calcUpperBoundMagnitudeBits() local
133 if (RHSEIsConstantValue && LHSEIsConstantValue) in calcUpperBoundMagnitudeBits()
135 if (RHSEIsConstantValue) in calcUpperBoundMagnitudeBits()