Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp913 const unsigned CastSize = Context.getIntWidth(CastTy); in evalCastSubKind() local
914 if (CastSize == V.getNumBits()) in evalCastSubKind()
917 return makeLocAsInteger(L, CastSize); in evalCastSubKind()
/netbsd-src/external/apache2/llvm/dist/clang/docs/analyzer/
H A Dcheckers.rst1533 .. _alpha-core-CastSize:
1535 alpha.core.CastSize (C)
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td240 def CastSizeChecker : Checker<"CastSize">,