Home
last modified time | relevance | path

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

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