Searched refs:MyInt (Results 1 – 4 of 4) sorted by relevance
4 typedef int MyInt; typedef11 NS::MyInt NS::gx = EnumVal;14 NS::MyInt x; in foo()51 typedef int MyInt; typedef
5 TYPEDEF(MyInt);7 MyInt gx;28 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt
197 typedef int MyInt; typedef198 MyInt test26() { in test26()199 MyInt x; // expected-note{{initialize the variable 'x' to silence this warning}} 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()