Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DMisplacedWideningCastCheck.cpp200 QualType CalcType = Calc->getType(); in check() local
203 if (Context.getIntWidth(CastType) < Context.getIntWidth(CalcType)) in check()
209 if (Context.getIntWidth(CastType) == Context.getIntWidth(CalcType)) { in check()
213 dyn_cast<BuiltinType>(CalcType->getUnqualifiedDesugaredType()); in check()
222 if (Context.getIntWidth(CalcType) >= getMaxCalculationWidth(Context, Calc)) in check()
227 << CalcType << CastType; in check()