Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp198 static bool isWithinConstantOverflowBounds(SymbolRef Sym, in isWithinConstantOverflowBounds() function
214 static bool isWithinConstantOverflowBounds(llvm::APSInt I) { in isWithinConstantOverflowBounds() function
310 (isWithinConstantOverflowBounds(Sym, State) && in shouldRearrange()
311 isWithinConstantOverflowBounds(Int))); in shouldRearrange()