Lines Matching refs:y
49 int y = 1; in test06() local
50 return y; in test06()
52 int y = 2; in test06() local
53 return y; in test06()
59 boolean y = x; in test07()
64 byte y = x; in test08()
69 char y = x; in test09() local
74 double y = x; in test10() local
79 float y = x; in test11() local
84 int y = x; in test12() local
89 long y = x; in test13() local
94 short y = x; in test14() local
99 Object y = x; in test15() local
105 String y = x; in test16() local
110 int[] y = x; in test17() local