HomeSort by relevance Sort by last modified time
    Searched defs:ComparisonType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 233 APSIntType ComparisonType = std::max(WraparoundType, APSIntType(Int));
234 llvm::APSInt ConvertedInt = ComparisonType.convert(Int);
237 if (ComparisonType.getBitWidth() == WraparoundType.getBitWidth() &&
238 ComparisonType.isUnsigned() && !WraparoundType.isUnsigned())
  /external/chromium_org/chrome/browser/download/
download_query.cc 173 enum ComparisonType {LT, EQ, GT};
182 ComparisonType cmptype,
196 const base::Value& value, ComparisonType cmptype,
224 // Returns a ComparisonType to indicate whether a field in |left| is less than,
227 static ComparisonType Compare(
331 // iterates over the sorters until a callback returns ComparisonType LT or GT.
332 // DownloadComparator returns true or false depending on that ComparisonType and
339 typedef base::Callback<ComparisonType(

Completed in 581 milliseconds