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

/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp219 APSIntType WraparoundType = BVF.getAPSIntType(LHS->getType()); local
229 llvm::APSInt Adjustment = WraparoundType.getZeroValue();
233 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int));
237 if (ComparisonType.getBitWidth() == WraparoundType.getBitWidth() &&
238 ComparisonType.isUnsigned() && !WraparoundType.isUnsigned())

Completed in 94 milliseconds