Lines Matching full:below

11 // expected-error@below {{Test iterating `int64_t`: unable to iterate type}}
12 // expected-error@below {{Test iterating `uint64_t`: 10, 11, 12, 13, 14}}
13 // expected-error@below {{Test iterating `APInt`: 10, 11, 12, 13, 14}}
14 // expected-error@below {{Test iterating `IntegerAttr`: 10 : i64, 11 : i64, 12 : i64, 13 : i64, 14 : i64}}
17 // expected-error@below {{Test iterating `int64_t`: 10, 11, 12, 13, 14}}
18 // expected-error@below {{Test iterating `uint64_t`: 10, 11, 12, 13, 14}}
19 // expected-error@below {{Test iterating `APInt`: 10, 11, 12, 13, 14}}
20 // expected-error@below {{Test iterating `IntegerAttr`: 10 : i64, 11 : i64, 12 : i64, 13 : i64, 14 : i64}}
24 // expected-error@below {{Test iterating `int64_t`: expected element type to be an integer type}}
25 // expected-error@below {{Test iterating `uint64_t`: expected element type to be an integer type}}
26 // expected-error@below {{Test iterating `APInt`: expected element type to be an integer type}}
27 // expected-error@below {{Test iterating `IntegerAttr`: expected element type to be an integer type}}
31 // expected-error@below {{Test iterating `int64_t`: }}
32 // expected-error@below {{Test iterating `uint64_t`: }}
33 // expected-error@below {{Test iterating `APInt`: }}
34 // expected-error@below {{Test iterating `IntegerAttr`: }}
38 // expected-error@below {{Test iterating `int64_t`: unable to iterate type}}
39 // expected-error@below {{Test iterating `uint64_t`: 1, 2, 3}}
40 // expected-error@below {{Test iterating `APInt`: unable to iterate type}}
41 // expected-error@below {{Test iterating `IntegerAttr`: unable to iterate type}}
52 // expected-error@below {{Test iterating `int64_t`: 0, 0, 1}}
53 // expected-error@below {{Test iterating `uint64_t`: 0, 0, 1}}
54 // expected-error@below {{Test iterating `APInt`: 0, 0, 1}}
55 // expected-error@below {{Test iterating `IntegerAttr`: 0 : i64, 0 : i64, 1 : i64}}