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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DSimpleConstraintManager.cpp233 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int)); local
234 llvm::APSInt ConvertedInt = ComparisonType.convert(Int);
237 if (ComparisonType.getBitWidth() == WraparoundType.getBitWidth() &&
238 ComparisonType.isUnsigned() && !WraparoundType.isUnsigned())

Completed in 51 milliseconds