Home | History | Annotate | Download | only in jni

Lines Matching defs:int

4 extern "C" void exit (int);
6 int ctor = 0;
7 int dtor = 0;
11 A(int) {ctor++;}
14 operator int() {return 0;}
23 void g(int)
29 int x;
31 A<int> a1;
42 x = 47, A<double*>(), A<int>(39), A<void>(23), -17;
56 int
59 int flag = 0;
65 catch (int) {