Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DTooSmallLoopVariableCheck.cpp119 QualType RHSEType = RHSE->getType(); in calcUpperBoundMagnitudeBits() local
122 if (!RHSEType->isIntegerType() || !LHSEType->isIntegerType()) in calcUpperBoundMagnitudeBits()
125 bool RHSEIsConstantValue = RHSEType->isEnumeralType() || in calcUpperBoundMagnitudeBits()
126 RHSEType.isConstQualified() || in calcUpperBoundMagnitudeBits()
138 return calcMagnitudeBits(Context, RHSEType); in calcUpperBoundMagnitudeBits()
141 calcMagnitudeBits(Context, RHSEType)); in calcUpperBoundMagnitudeBits()