Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DSimpleSValBuilder.cpp237 static bool isWithinConstantOverflowBounds(SymbolRef Sym, in isWithinConstantOverflowBounds() function
253 static bool isWithinConstantOverflowBounds(llvm::APSInt I) { in isWithinConstantOverflowBounds() function
348 (isWithinConstantOverflowBounds(Sym, State) && in shouldRearrange()
349 isWithinConstantOverflowBounds(Int))); in shouldRearrange()