Searched refs:MyInt (Results 1 – 2 of 2) sorted by relevance
180 typedef int MyInt; typedef181 MyInt test26() { in test26()182 …MyInt x; // expected-note{{variable 'x' is declared here}} expected-note{{add initialization to si… in test26()
80 myobjArray[i] = new MyInt(i);86 return -((MyInt) o1).compareTo((MyInt) o2); in compare()90 return ((MyInt) o1).compareTo((MyInt) o2); in equals()269 static class MyInt { class in CollectionsTest272 public MyInt(int value) { in MyInt() method in CollectionsTest.MyInt276 public int compareTo(MyInt object) { in compareTo()742 ((MyInt) myll.get(counter)).compareTo((MyInt) myll in test_sortLjava_util_ListLjava_util_Comparator()