Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp943 const unsigned CastSize = Context.getIntWidth(CastTy); in VisitLocAsInteger() local
944 if (CastSize == V.getNumBits()) in VisitLocAsInteger()
947 return VB.makeLocAsInteger(L, CastSize); in VisitLocAsInteger()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td268 def CastSizeChecker : Checker<"CastSize">,