Home
last modified time | relevance | path

Searched refs:encodesTrueRange (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h372 bool encodesTrueRange() const { return !containsZero(); } in encodesTrueRange() function
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp2640 if (Constraint->encodesTrueRange()) { in reAssume()