Home
last modified time | relevance | path

Searched refs:MyInt (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/Index/
Dindex-refs.cpp4 typedef int MyInt; typedef
11 NS::MyInt NS::gx = EnumVal;
14 NS::MyInt x; in foo()
51 typedef int MyInt; typedef
Dindex-suppress-refs.m5 TYPEDEF(MyInt);
7 MyInt gx;
28 // CHECK-NEXT: [indexDeclaration]: kind: typedef | name: MyInt
/external/clang/test/Sema/
Duninit-variables.c197 typedef int MyInt; typedef
198 MyInt test26() { in test26()
199 MyInt x; // expected-note{{initialize the variable 'x' to silence this warning}} in test26()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DCollectionsTest.java80 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 CollectionsTest
272 public MyInt(int value) { in MyInt() method in CollectionsTest.MyInt
276 public int compareTo(MyInt object) { in compareTo()
742 ((MyInt) myll.get(counter)).compareTo((MyInt) myll in test_sortLjava_util_ListLjava_util_Comparator()