Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundChecker.cpp306 compareValueToThreshold(ProgramStateRef State, NonLoc Value, NonLoc Threshold, in compareValueToThreshold() function
604 auto [PrecedesLowerBound, WithinLowerBound] = compareValueToThreshold( in performCheck()
666 compareValueToThreshold(State, ByteOffset, *KnownSize, SVB); in performCheck()
819 auto [EqualsToThreshold, NotEqualToThreshold] = compareValueToThreshold( in isIdiomaticPastTheEndPtr()