Home
last modified time | relevance | path

Searched refs:CastInt (Results 1 – 1 of 1) 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()