Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DTooSmallLoopVariableCheck.cpp100 const QualType &IntExprType) { in calcMagnitudeBits() argument
101 assert(IntExprType->isIntegerType()); in calcMagnitudeBits()
103 return IntExprType->isUnsignedIntegerType() in calcMagnitudeBits()
104 ? Context.getIntWidth(IntExprType) in calcMagnitudeBits()
105 : Context.getIntWidth(IntExprType) - 1; in calcMagnitudeBits()