Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp938 const unsigned CastSize = Context.getIntWidth(CastTy); in VisitNonLocLocAsInteger() local
939 if (CastSize == V.getNumBits()) in VisitNonLocLocAsInteger()
942 return VB.makeLocAsInteger(L, CastSize); in VisitNonLocLocAsInteger()
/openbsd-src/gnu/llvm/clang/docs/analyzer/
H A Dcheckers.rst1587 .. _alpha-core-CastSize:
1589 alpha.core.CastSize (C)
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Checkers/
H A DCheckers.td248 def CastSizeChecker : Checker<"CastSize">,