Lines Matching full:isa

32   // CHECK: parsedType isa PDLType: 1  in testAttributeType()
33 fprintf(stderr, "parsedType isa PDLType: %d\n", in testAttributeType()
35 // CHECK: parsedType isa PDLAttributeType: 1 in testAttributeType()
36 fprintf(stderr, "parsedType isa PDLAttributeType: %d\n", in testAttributeType()
38 // CHECK: parsedType isa PDLOperationType: 0 in testAttributeType()
39 fprintf(stderr, "parsedType isa PDLOperationType: %d\n", in testAttributeType()
41 // CHECK: parsedType isa PDLRangeType: 0 in testAttributeType()
42 fprintf(stderr, "parsedType isa PDLRangeType: %d\n", in testAttributeType()
44 // CHECK: parsedType isa PDLTypeType: 0 in testAttributeType()
45 fprintf(stderr, "parsedType isa PDLTypeType: %d\n", in testAttributeType()
47 // CHECK: parsedType isa PDLValueType: 0 in testAttributeType()
48 fprintf(stderr, "parsedType isa PDLValueType: %d\n", in testAttributeType()
51 // CHECK: constructedType isa PDLType: 1 in testAttributeType()
52 fprintf(stderr, "constructedType isa PDLType: %d\n", in testAttributeType()
54 // CHECK: constructedType isa PDLAttributeType: 1 in testAttributeType()
55 fprintf(stderr, "constructedType isa PDLAttributeType: %d\n", in testAttributeType()
57 // CHECK: constructedType isa PDLOperationType: 0 in testAttributeType()
58 fprintf(stderr, "constructedType isa PDLOperationType: %d\n", in testAttributeType()
60 // CHECK: constructedType isa PDLRangeType: 0 in testAttributeType()
61 fprintf(stderr, "constructedType isa PDLRangeType: %d\n", in testAttributeType()
63 // CHECK: constructedType isa PDLTypeType: 0 in testAttributeType()
64 fprintf(stderr, "constructedType isa PDLTypeType: %d\n", in testAttributeType()
66 // CHECK: constructedType isa PDLValueType: 0 in testAttributeType()
67 fprintf(stderr, "constructedType isa PDLValueType: %d\n", in testAttributeType()
92 // CHECK: parsedType isa PDLType: 1 in testOperationType()
93 fprintf(stderr, "parsedType isa PDLType: %d\n", in testOperationType()
95 // CHECK: parsedType isa PDLAttributeType: 0 in testOperationType()
96 fprintf(stderr, "parsedType isa PDLAttributeType: %d\n", in testOperationType()
98 // CHECK: parsedType isa PDLOperationType: 1 in testOperationType()
99 fprintf(stderr, "parsedType isa PDLOperationType: %d\n", in testOperationType()
101 // CHECK: parsedType isa PDLRangeType: 0 in testOperationType()
102 fprintf(stderr, "parsedType isa PDLRangeType: %d\n", in testOperationType()
104 // CHECK: parsedType isa PDLTypeType: 0 in testOperationType()
105 fprintf(stderr, "parsedType isa PDLTypeType: %d\n", in testOperationType()
107 // CHECK: parsedType isa PDLValueType: 0 in testOperationType()
108 fprintf(stderr, "parsedType isa PDLValueType: %d\n", in testOperationType()
111 // CHECK: constructedType isa PDLType: 1 in testOperationType()
112 fprintf(stderr, "constructedType isa PDLType: %d\n", in testOperationType()
114 // CHECK: constructedType isa PDLAttributeType: 0 in testOperationType()
115 fprintf(stderr, "constructedType isa PDLAttributeType: %d\n", in testOperationType()
117 // CHECK: constructedType isa PDLOperationType: 1 in testOperationType()
118 fprintf(stderr, "constructedType isa PDLOperationType: %d\n", in testOperationType()
120 // CHECK: constructedType isa PDLRangeType: 0 in testOperationType()
121 fprintf(stderr, "constructedType isa PDLRangeType: %d\n", in testOperationType()
123 // CHECK: constructedType isa PDLTypeType: 0 in testOperationType()
124 fprintf(stderr, "constructedType isa PDLTypeType: %d\n", in testOperationType()
126 // CHECK: constructedType isa PDLValueType: 0 in testOperationType()
127 fprintf(stderr, "constructedType isa PDLValueType: %d\n", in testOperationType()
155 // CHECK: parsedType isa PDLType: 1 in testRangeType()
156 fprintf(stderr, "parsedType isa PDLType: %d\n", in testRangeType()
158 // CHECK: parsedType isa PDLAttributeType: 0 in testRangeType()
159 fprintf(stderr, "parsedType isa PDLAttributeType: %d\n", in testRangeType()
161 // CHECK: parsedType isa PDLOperationType: 0 in testRangeType()
162 fprintf(stderr, "parsedType isa PDLOperationType: %d\n", in testRangeType()
164 // CHECK: parsedType isa PDLRangeType: 1 in testRangeType()
165 fprintf(stderr, "parsedType isa PDLRangeType: %d\n", in testRangeType()
167 // CHECK: parsedType isa PDLTypeType: 0 in testRangeType()
168 fprintf(stderr, "parsedType isa PDLTypeType: %d\n", in testRangeType()
170 // CHECK: parsedType isa PDLValueType: 0 in testRangeType()
171 fprintf(stderr, "parsedType isa PDLValueType: %d\n", in testRangeType()
174 // CHECK: constructedType isa PDLType: 1 in testRangeType()
175 fprintf(stderr, "constructedType isa PDLType: %d\n", in testRangeType()
177 // CHECK: constructedType isa PDLAttributeType: 0 in testRangeType()
178 fprintf(stderr, "constructedType isa PDLAttributeType: %d\n", in testRangeType()
180 // CHECK: constructedType isa PDLOperationType: 0 in testRangeType()
181 fprintf(stderr, "constructedType isa PDLOperationType: %d\n", in testRangeType()
183 // CHECK: constructedType isa PDLRangeType: 1 in testRangeType()
184 fprintf(stderr, "constructedType isa PDLRangeType: %d\n", in testRangeType()
186 // CHECK: constructedType isa PDLTypeType: 0 in testRangeType()
187 fprintf(stderr, "constructedType isa PDLTypeType: %d\n", in testRangeType()
189 // CHECK: constructedType isa PDLValueType: 0 in testRangeType()
190 fprintf(stderr, "constructedType isa PDLValueType: %d\n", in testRangeType()
219 // CHECK: parsedType isa PDLType: 1 in testTypeType()
220 fprintf(stderr, "parsedType isa PDLType: %d\n", in testTypeType()
222 // CHECK: parsedType isa PDLAttributeType: 0 in testTypeType()
223 fprintf(stderr, "parsedType isa PDLAttributeType: %d\n", in testTypeType()
225 // CHECK: parsedType isa PDLOperationType: 0 in testTypeType()
226 fprintf(stderr, "parsedType isa PDLOperationType: %d\n", in testTypeType()
228 // CHECK: parsedType isa PDLRangeType: 0 in testTypeType()
229 fprintf(stderr, "parsedType isa PDLRangeType: %d\n", in testTypeType()
231 // CHECK: parsedType isa PDLTypeType: 1 in testTypeType()
232 fprintf(stderr, "parsedType isa PDLTypeType: %d\n", in testTypeType()
234 // CHECK: parsedType isa PDLValueType: 0 in testTypeType()
235 fprintf(stderr, "parsedType isa PDLValueType: %d\n", in testTypeType()
238 // CHECK: constructedType isa PDLType: 1 in testTypeType()
239 fprintf(stderr, "constructedType isa PDLType: %d\n", in testTypeType()
241 // CHECK: constructedType isa PDLAttributeType: 0 in testTypeType()
242 fprintf(stderr, "constructedType isa PDLAttributeType: %d\n", in testTypeType()
244 // CHECK: constructedType isa PDLOperationType: 0 in testTypeType()
245 fprintf(stderr, "constructedType isa PDLOperationType: %d\n", in testTypeType()
247 // CHECK: constructedType isa PDLRangeType: 0 in testTypeType()
248 fprintf(stderr, "constructedType isa PDLRangeType: %d\n", in testTypeType()
250 // CHECK: constructedType isa PDLTypeType: 1 in testTypeType()
251 fprintf(stderr, "constructedType isa PDLTypeType: %d\n", in testTypeType()
253 // CHECK: constructedType isa PDLValueType: 0 in testTypeType()
254 fprintf(stderr, "constructedType isa PDLValueType: %d\n", in testTypeType()
279 // CHECK: parsedType isa PDLType: 1 in testValueType()
280 fprintf(stderr, "parsedType isa PDLType: %d\n", in testValueType()
282 // CHECK: parsedType isa PDLAttributeType: 0 in testValueType()
283 fprintf(stderr, "parsedType isa PDLAttributeType: %d\n", in testValueType()
285 // CHECK: parsedType isa PDLOperationType: 0 in testValueType()
286 fprintf(stderr, "parsedType isa PDLOperationType: %d\n", in testValueType()
288 // CHECK: parsedType isa PDLRangeType: 0 in testValueType()
289 fprintf(stderr, "parsedType isa PDLRangeType: %d\n", in testValueType()
291 // CHECK: parsedType isa PDLTypeType: 0 in testValueType()
292 fprintf(stderr, "parsedType isa PDLTypeType: %d\n", in testValueType()
294 // CHECK: parsedType isa PDLValueType: 1 in testValueType()
295 fprintf(stderr, "parsedType isa PDLValueType: %d\n", in testValueType()
298 // CHECK: constructedType isa PDLType: 1 in testValueType()
299 fprintf(stderr, "constructedType isa PDLType: %d\n", in testValueType()
301 // CHECK: constructedType isa PDLAttributeType: 0 in testValueType()
302 fprintf(stderr, "constructedType isa PDLAttributeType: %d\n", in testValueType()
304 // CHECK: constructedType isa PDLOperationType: 0 in testValueType()
305 fprintf(stderr, "constructedType isa PDLOperationType: %d\n", in testValueType()
307 // CHECK: constructedType isa PDLRangeType: 0 in testValueType()
308 fprintf(stderr, "constructedType isa PDLRangeType: %d\n", in testValueType()
310 // CHECK: constructedType isa PDLTypeType: 0 in testValueType()
311 fprintf(stderr, "constructedType isa PDLTypeType: %d\n", in testValueType()
313 // CHECK: constructedType isa PDLValueType: 1 in testValueType()
314 fprintf(stderr, "constructedType isa PDLValueType: %d\n", in testValueType()