Searched refs:CalcType (Results 1 – 1 of 1) sorted by relevance
200 QualType CalcType = Calc->getType(); in check() local203 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()