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/
DSimpleConstraintManager.cpp265 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); in assumeSymRel()
311 llvm::APSInt Adjustment = WraparoundType.getZeroValue(); in assumeSymWithinInclusiveRange()
DRangeConstraintManager.cpp387 llvm::APSInt Zero = IntType.getZeroValue(); in checkNull()
430 Result = Result.Intersect(BV, F, ++IntType.getZeroValue(), in GetRange()
431 --IntType.getZeroValue()); in GetRange()