Lines Matching refs:int
25 int hello; /*------------------------------------------------------------------*/
26 int tab;
27 int trailing_space;
28 int a = func ();
29 int b = func( b);
30 int b = func(b );
33 int hello()
55 void startfunc(int a, int b) {
66 int foo=bar;
67 int foo= bar;
68 int foo = bar;
69 int foo = bar;foo++;
73 int a = sizeof int;
74 int a = snprintf(buffer, sizeof(buffer), "%d", 99);
75 int moo = hej?wrong:a>b;
76 int moo2 = wrong2:(a)>(b);
92 int hello; /*------------------------------------------------------------------*/
94 int tab;
97 int a = func ();
100 int b = func( b);
103 int b = func(b );
133 void startfunc(int a, int b) {
148 int foo=bar;
151 int foo= bar;
154 int foo = bar;foo++;
163 int a = sizeof int;
166 int a = snprintf(buffer, sizeof(buffer), "%d", 99);
169 int moo = hej?wrong:a>b;
172 int moo = hej?wrong:a>b;
175 int moo = hej?wrong:a>b;
178 int moo = hej?wrong:a>b;
181 int moo = hej?wrong:a>b;
184 int moo = hej?wrong:a>b;
187 int moo2 = wrong2:(a)>(b);
190 int moo2 = wrong2:(a)>(b);