Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAPSIntType.h56 llvm::APSInt getZeroValue() const LLVM_READONLY { in getZeroValue() function
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp356 llvm::APSInt Zero = IntType.getZeroValue(); in checkNull()
399 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(), in GetRange()
400 --IntType.getZeroValue()); in GetRange()
DSimpleConstraintManager.cpp229 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); in assumeSymRel()