Home
last modified time | relevance | path

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

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