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

  /external/llvm/include/llvm/ADT/
APSInt.h 147 return compareValues(*this, get(RHS)) == 0;
150 return compareValues(*this, get(RHS)) != 0;
153 return compareValues(*this, get(RHS)) <= 0;
156 return compareValues(*this, get(RHS)) >= 0;
159 return compareValues(*this, get(RHS)) < 0;
162 return compareValues(*this, get(RHS)) > 0;
282 return !compareValues(I1, I2);
286 static int compareValues(const APSInt &I1, const APSInt &I2) {
292 return compareValues(I1, I2.extend(I1.getBitWidth()));
294 return compareValues(I1.extend(I2.getBitWidth()), I2)
    [all...]
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 35 milliseconds