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 DArrayBoundCheckerV2.cpp291 compareValueToThreshold(ProgramStateRef State, NonLoc Value, NonLoc Threshold, in compareValueToThreshold() function
586 auto [PrecedesLowerBound, WithinLowerBound] = compareValueToThreshold( in performCheck()
620 compareValueToThreshold(State, ByteOffset, *KnownSize, SVB); in performCheck()
764 auto [EqualsToThreshold, NotEqualToThreshold] = compareValueToThreshold( in isIdiomaticPastTheEndPtr()