Searched refs:MinusInf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStdLibraryFunctionsChecker.cpp284 const llvm::APSInt &MinusInf = BVF.getMinValue(T); local
289 assert(MinusInf <= Left);
290 State = CM.assumeInclusiveRange(State, *N, MinusInf, Left, false);
296 if (Right != MinusInf) {

Completed in 100 milliseconds