Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaCast.cpp2431 llvm::APSInt CastInt; in CheckCStyleCast() local
2432 if (SrcExpr.get()->EvaluateAsInt(CastInt, Self.Context)) { in CheckCStyleCast()
2433 if (0 == CastInt) { in CheckCStyleCast()
2439 << CastInt.toString(10) << SrcExpr.get()->getSourceRange(); in CheckCStyleCast()
/external/llvm-project/clang/lib/Sema/
DSemaCast.cpp2799 llvm::APSInt CastInt = Result.Val.getInt(); in CheckCStyleCast() local
2800 if (0 == CastInt) { in CheckCStyleCast()
2806 << CastInt.toString(10) << SrcExpr.get()->getSourceRange(); in CheckCStyleCast()