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

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp198 static bool isWithinConstantOverflowBounds(SymbolRef Sym, function
214 static bool isWithinConstantOverflowBounds(llvm::APSInt I) { function
310 (isWithinConstantOverflowBounds(Sym, State) &&
311 isWithinConstantOverflowBounds(Int)));

Completed in 190 milliseconds