Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaCast.cpp2559 llvm::APSInt CastInt = Result.Val.getInt(); in CheckCStyleCast() local
2560 if (0 == CastInt) { in CheckCStyleCast()
2566 << CastInt.toString(10) << SrcExpr.get()->getSourceRange(); in CheckCStyleCast()