Searched refs:CastInt (Results 1 – 2 of 2) sorted by relevance
2431 llvm::APSInt CastInt; in CheckCStyleCast() local2432 if (SrcExpr.get()->EvaluateAsInt(CastInt, Self.Context)) { in CheckCStyleCast()2433 if (0 == CastInt) { in CheckCStyleCast()2439 << CastInt.toString(10) << SrcExpr.get()->getSourceRange(); in CheckCStyleCast()
2799 llvm::APSInt CastInt = Result.Val.getInt(); in CheckCStyleCast() local2800 if (0 == CastInt) { in CheckCStyleCast()2806 << CastInt.toString(10) << SrcExpr.get()->getSourceRange(); in CheckCStyleCast()