Searched refs:checkOverflow (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BuiltinFunctionChecker.cpp | 107 std::pair<bool, bool> checkOverflow(CheckerContext &C, SVal RetVal, 147 BuiltinFunctionChecker::checkOverflow(CheckerContext &C, SVal RetVal, in checkOverflow() function in BuiltinFunctionChecker 215 auto [Overflow, NotOverflow] = checkOverflow(C, RetValMax, ResultType); in handleOverflowBuiltin()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopFlatten.cpp | 644 static OverflowResult checkOverflow(FlattenInfo &FI, DominatorTree *DT, in checkOverflow() function 943 OverflowResult OR = checkOverflow(FI, DT, AC); in FlattenLoopPair()
|