Lines Matching refs:int
24 /* 12 4 */ int GetSet;
25 /* WARN */ int Get;
26 /* WARN */ int Set;
27 /* 12 4 */ int None;
28 /* 2 4 */ int GetSet_Nonatomic;
29 /* 234 */ int Get_Nonatomic;
30 /* 234 */ int Set_Nonatomic;
31 /* 2 4 */ int None_Nonatomic;
33 /* 12 */ int GetSet_ReadOnly;
34 /* 123 */ int Get_ReadOnly;
35 /* 123 */ int Set_ReadOnly;
36 /* 12 */ int None_ReadOnly;
37 /* 2 */ int GetSet_Nonatomic_ReadOnly;
38 /* 23 */ int Get_Nonatomic_ReadOnly;
39 /* 23 */ int Set_Nonatomic_ReadOnly;
40 /* 2 */ int None_Nonatomic_ReadOnly;
42 /* 12 4 */ int GetSet_ReadWriteInExt;
43 /* WARN */ int Get_ReadWriteInExt;
44 /* WARN */ int Set_ReadWriteInExt;
45 /* 12 4 */ int None_ReadWriteInExt;
46 /* 2 4 */ int GetSet_Nonatomic_ReadWriteInExt;
47 /* 234 */ int Get_Nonatomic_ReadWriteInExt;
48 /* 234 */ int Set_Nonatomic_ReadWriteInExt;
49 /* 2 4 */ int None_Nonatomic_ReadWriteInExt;
52 /* 12 4 */ int GetSet_LateSynthesize;
53 /* WARN */ int Get_LateSynthesize;
54 /* WARN */ int Set_LateSynthesize;
55 /* 12 4 */ int None_LateSynthesize;
56 /* 2 4 */ int GetSet_Nonatomic_LateSynthesize;
57 /* 234 */ int Get_Nonatomic_LateSynthesize;
58 /* 234 */ int Set_Nonatomic_LateSynthesize;
59 /* 2 4 */ int None_Nonatomic_LateSynthesize;
61 /* 12 */ int GetSet_ReadOnly_LateSynthesize;
62 /* 123 */ int Get_ReadOnly_LateSynthesize;
63 /* 123 */ int Set_ReadOnly_LateSynthesize;
64 /* 12 */ int None_ReadOnly_LateSynthesize;
65 /* 2 */ int GetSet_Nonatomic_ReadOnly_LateSynthesize;
66 /* 23 */ int Get_Nonatomic_ReadOnly_LateSynthesize;
67 /* 23 */ int Set_Nonatomic_ReadOnly_LateSynthesize;
68 /* 2 */ int None_Nonatomic_ReadOnly_LateSynthesize;
70 /* 12 4 */ int GetSet_ReadWriteInExt_LateSynthesize;
71 /* WARN */ int Get_ReadWriteInExt_LateSynthesize;
72 /* WARN */ int Set_ReadWriteInExt_LateSynthesize;
73 /* 12 4 */ int None_ReadWriteInExt_LateSynthesize;
74 /* 2 4 */ int GetSet_Nonatomic_ReadWriteInExt_LateSynthesize;
75 /* 234 */ int Get_Nonatomic_ReadWriteInExt_LateSynthesize;
76 /* 234 */ int Set_Nonatomic_ReadWriteInExt_LateSynthesize;
77 /* 2 4 */ int None_Nonatomic_ReadWriteInExt_LateSynthesize;
80 /* 1 4 */ int GetSet_NoSynthesize;
81 /* 1 34 */ int Get_NoSynthesize;
82 /* 1 34 */ int Set_NoSynthesize;
83 /* 1 4 */ int None_NoSynthesize;
84 /* 4 */ int GetSet_Nonatomic_NoSynthesize;
85 /* 34 */ int Get_Nonatomic_NoSynthesize;
86 /* 34 */ int Set_Nonatomic_NoSynthesize;
87 /* 4 */ int None_Nonatomic_NoSynthesize;
89 /* 1 */ int GetSet_ReadOnly_NoSynthesize;
90 /* 1 3 */ int Get_ReadOnly_NoSynthesize;
91 /* 1 3 */ int Set_ReadOnly_NoSynthesize;
92 /* 1 */ int None_ReadOnly_NoSynthesize;
93 /* */ int GetSet_Nonatomic_ReadOnly_NoSynthesize;
94 /* 3 */ int Get_Nonatomic_ReadOnly_NoSynthesize;
95 /* 3 */ int Set_Nonatomic_ReadOnly_NoSynthesize;
96 /* */ int None_Nonatomic_ReadOnly_NoSynthesize;
98 /* 1 4 */ int GetSet_ReadWriteInExt_NoSynthesize;
99 /* 1 34 */ int Get_ReadWriteInExt_NoSynthesize;
100 /* 1 34 */ int Set_ReadWriteInExt_NoSynthesize;
101 /* 1 4 */ int None_ReadWriteInExt_NoSynthesize;
102 /* 4 */ int GetSet_Nonatomic_ReadWriteInExt_NoSynthesize;
103 /* 34 */ int Get_Nonatomic_ReadWriteInExt_NoSynthesize;
104 /* 34 */ int Set_Nonatomic_ReadWriteInExt_NoSynthesize;
105 /* 4 */ int None_Nonatomic_ReadWriteInExt_NoSynthesize;
109 @property int GetSet;
110 @property int Get; // expected-note {{property declared here}} \
112 @property int Set; // expected-note {{property declared here}} \
114 @property int None;
115 @property(nonatomic) int GetSet_Nonatomic;
116 @property(nonatomic) int Get_Nonatomic;
117 @property(nonatomic) int Set_Nonatomic;
118 @property(nonatomic) int None_Nonatomic;
121 @property(readonly) int GetSet_ReadOnly;
122 @property(readonly) int Get_ReadOnly;
123 @property(readonly) int Set_ReadOnly;
124 @property(readonly) int None_ReadOnly;
125 @property(nonatomic,readonly) int GetSet_Nonatomic_ReadOnly;
126 @property(nonatomic,readonly) int Get_Nonatomic_ReadOnly;
127 @property(nonatomic,readonly) int Set_Nonatomic_ReadOnly;
128 @property(nonatomic,readonly) int None_Nonatomic_ReadOnly;
131 @property(readonly) int GetSet_ReadWriteInExt;
132 @property(readonly) int Get_ReadWriteInExt;
133 @property(readonly) int Set_ReadWriteInExt;
134 @property(readonly) int None_ReadWriteInExt;
135 @property(nonatomic,readonly) int GetSet_Nonatomic_ReadWriteInExt;
136 @property(nonatomic,readonly) int Get_Nonatomic_ReadWriteInExt;
137 @property(nonatomic,readonly) int Set_Nonatomic_ReadWriteInExt;
138 @property(nonatomic,readonly) int None_Nonatomic_ReadWriteInExt;
142 @property int GetSet_LateSynthesize;
143 @property int Get_LateSynthesize; // expected-note {{property declared here}} \
145 @property int Set_LateSynthesize; // expected-note {{property declared here}} \
147 @property int None_LateSynthesize;
148 @property(nonatomic) int GetSet_Nonatomic_LateSynthesize;
149 @property(nonatomic) int Get_Nonatomic_LateSynthesize;
150 @property(nonatomic) int Set_Nonatomic_LateSynthesize;
151 @property(nonatomic) int None_Nonatomic_LateSynthesize;
153 @property(readonly) int GetSet_ReadOnly_LateSynthesize;
154 @property(readonly) int Get_ReadOnly_LateSynthesize;
155 @property(readonly) int Set_ReadOnly_LateSynthesize;
156 @property(readonly) int None_ReadOnly_LateSynthesize;
157 @property(nonatomic,readonly) int GetSet_Nonatomic_ReadOnly_LateSynthesize;
158 @property(nonatomic,readonly) int Get_Nonatomic_ReadOnly_LateSynthesize;
159 @property(nonatomic,readonly) int Set_Nonatomic_ReadOnly_LateSynthesize;
160 @property(nonatomic,readonly) int None_Nonatomic_ReadOnly_LateSynthesize;
162 @property(readonly) int GetSet_ReadWriteInExt_LateSynthesize;
163 @property(readonly) int Get_ReadWriteInExt_LateSynthesize;
164 @property(readonly) int Set_ReadWriteInExt_LateSynthesize;
165 @property(readonly) int None_ReadWriteInExt_LateSynthesize;
166 @property(nonatomic,readonly) int GetSet_Nonatomic_ReadWriteInExt_LateSynthesize;
167 @property(nonatomic,readonly) int Get_Nonatomic_ReadWriteInExt_LateSynthesize;
168 @property(nonatomic,readonly) int Set_Nonatomic_ReadWriteInExt_LateSynthesize;
169 @property(nonatomic,readonly) int None_Nonatomic_ReadWriteInExt_LateSynthesize;
173 @property int GetSet_NoSynthesize;
174 @property int Get_NoSynthesize;
175 @property int Set_NoSynthesize;
176 @property int None_NoSynthesize;
177 @property(nonatomic) int GetSet_Nonatomic_NoSynthesize;
178 @property(nonatomic) int Get_Nonatomic_NoSynthesize;
179 @property(nonatomic) int Set_Nonatomic_NoSynthesize;
180 @property(nonatomic) int None_Nonatomic_NoSynthesize;
182 @property(readonly) int GetSet_ReadOnly_NoSynthesize;
183 @property(readonly) int Get_ReadOnly_NoSynthesize;
184 @property(readonly) int Set_ReadOnly_NoSynthesize;
185 @property(readonly) int None_ReadOnly_NoSynthesize;
186 @property(nonatomic,readonly) int GetSet_Nonatomic_ReadOnly_NoSynthesize;
187 @property(nonatomic,readonly) int Get_Nonatomic_ReadOnly_NoSynthesize;
188 @property(nonatomic,readonly) int Set_Nonatomic_ReadOnly_NoSynthesize;
189 @property(nonatomic,readonly) int None_Nonatomic_ReadOnly_NoSynthesize;
191 @property(readonly) int GetSet_ReadWriteInExt_NoSynthesize;
192 @property(readonly) int Get_ReadWriteInExt_NoSynthesize;
193 @property(readonly) int Set_ReadWriteInExt_NoSynthesize;
194 @property(readonly) int None_ReadWriteInExt_NoSynthesize;
195 @property(nonatomic,readonly) int GetSet_Nonatomic_ReadWriteInExt_NoSynthesize;
196 @property(nonatomic,readonly) int Get_Nonatomic_ReadWriteInExt_NoSynthesize;
197 @property(nonatomic,readonly) int Set_Nonatomic_ReadWriteInExt_NoSynthesize;
198 @property(nonatomic,readonly) int None_Nonatomic_ReadWriteInExt_NoSynthesize;
205 @property(readwrite) int GetSet_ReadWriteInExt;
206 @property(readwrite) int Get_ReadWriteInExt; // expected-note {{property declared here}} \
208 @property(readwrite) int Set_ReadWriteInExt; // expected-note {{property declared here}} \
210 @property(readwrite) int None_ReadWriteInExt;
211 @property(nonatomic,readwrite) int GetSet_Nonatomic_ReadWriteInExt;
212 @property(nonatomic,readwrite) int Get_Nonatomic_ReadWriteInExt;
213 @property(nonatomic,readwrite) int Set_Nonatomic_ReadWriteInExt;
214 @property(nonatomic,readwrite) int None_Nonatomic_ReadWriteInExt;
216 @property(readwrite) int GetSet_ReadWriteInExt_LateSynthesize;
217 @property(readwrite) int Get_ReadWriteInExt_LateSynthesize; // expected-note {{property declared h…
219 @property(readwrite) int Set_ReadWriteInExt_LateSynthesize; // expected-note {{property declared he…
221 @property(readwrite) int None_ReadWriteInExt_LateSynthesize;
222 @property(nonatomic,readwrite) int GetSet_Nonatomic_ReadWriteInExt_LateSynthesize;
223 @property(nonatomic,readwrite) int Get_Nonatomic_ReadWriteInExt_LateSynthesize;
224 @property(nonatomic,readwrite) int Set_Nonatomic_ReadWriteInExt_LateSynthesize;
225 @property(nonatomic,readwrite) int None_Nonatomic_ReadWriteInExt_LateSynthesize;
227 @property(readwrite) int GetSet_ReadWriteInExt_NoSynthesize;
228 @property(readwrite) int Get_ReadWriteInExt_NoSynthesize;
229 @property(readwrite) int Set_ReadWriteInExt_NoSynthesize;
230 @property(readwrite) int None_ReadWriteInExt_NoSynthesize;
231 @property(nonatomic,readwrite) int GetSet_Nonatomic_ReadWriteInExt_NoSynthesize;
232 @property(nonatomic,readwrite) int Get_Nonatomic_ReadWriteInExt_NoSynthesize;
233 @property(nonatomic,readwrite) int Set_Nonatomic_ReadWriteInExt_NoSynthesize;
234 @property(nonatomic,readwrite) int None_Nonatomic_ReadWriteInExt_NoSynthesize;
245 -(int) x { return self->x; }
247 -(void) set##x:(int)value { self->x = value; } argument
350 - (void) setX: (int) aValue
356 - (void) setY: (int) aValue
363 - (int) j
369 - (int) k
375 int main (int argc, const char * argv[]) {