Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp936 const unsigned CastSize = Context.getIntWidth(CastTy); in VisitNonLocLocAsInteger() local
937 if (CastSize == V.getNumBits()) in VisitNonLocLocAsInteger()
940 return VB.makeLocAsInteger(L, CastSize); in VisitNonLocLocAsInteger()
/llvm-project-15.0.7/clang/docs/analyzer/
H A Dcheckers.rst1571 .. _alpha-core-CastSize:
1573 alpha.core.CastSize (C)
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td248 def CastSizeChecker : Checker<"CastSize">,