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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp123 bool CheckerContext::isGreaterOrEqual(const Expr *E, unsigned long long Val) { function in class:CheckerContext
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp180 return C.isGreaterOrEqual(Cast->getSubExpr(), MaxVal);
H A DUndefResultChecker.cpp62 return C.isGreaterOrEqual(
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h152 bool isGreaterOrEqual(const Expr *E, unsigned long long Val);

Completed in 125 milliseconds