Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp3042 llvm::APSInt CastInt = Result.Val.getInt(); in CheckCStyleCast() local
3043 if (0 == CastInt) { in CheckCStyleCast()
3049 << toString(CastInt, 10) << SrcExpr.get()->getSourceRange(); in CheckCStyleCast()