Searched refs:CastInt (Results 1 – 1 of 1) sorted by relevance
2918 llvm::APSInt CastInt = Result.Val.getInt(); in CheckCStyleCast() local2919 if (0 == CastInt) { in CheckCStyleCast()2925 << CastInt.toString(10) << SrcExpr.get()->getSourceRange(); in CheckCStyleCast()