Lines Matching refs:unexpected

5 foo$1(x "bar")			### unexpected string "bar", expect type
6 foo$2(x 123, y "bar") ### unexpected int 123, expect type ### unexpected string "bar", expect type
65 resource r3[int32:1] ### unexpected ':', only struct fields can be bitfields
68 resource r9["foo"] ### unexpected string "foo", expect type
73 foo$10(a buffer[intout]) ### unexpected value intout for direction argument of buffer type, expect …
74 foo$11(a buffer["in"]) ### unexpected string "in" for direction argument of buffer type, expect [i…
75 foo$12(a buffer[10]) ### unexpected int 10 for direction argument of buffer type, expect [in out i…
86 foo$25(a proc[0, "foo"]) ### unexpected string "foo" for per-proc values argument of proc type, exp…
88 foo$27(a flags["foo"]) ### unexpected string "foo" for flags argument of flags type, expect identi…
94 foo$34(a int32["foo"]) ### unexpected string "foo" for range argument of int32 type, expect int
96 foo$36(a const[1:2]) ### unexpected ':'
97 foo$39(a fileoff:1) ### unexpected ':'
98 foo$40(a len["a"]) ### unexpected string "a" for len target argument of len type, expect identifier
100 foo$43(a ptr[in, string[1]]) ### unexpected int 1, string arg must be a string literal or string fl…
104 foo$47(a int32:2) ### unexpected ':', only struct fields can be bitfields
105 foo$48(a ptr[in, int32:7]) ### unexpected ':', only struct fields can be bitfields
171 } ["foo"[0]] ### unexpected string "foo", expect attribute
179 } [size["foo"]] ### unexpected string "foo", expect int
200 f1 int8:1 ### unexpected ':', only struct fields can be bitfields
201 f2 int8:2 ### unexpected ':', only struct fields can be bitfields
232 type type2 int8:4 ### unexpected ':', only struct fields can be bitfields
245 type type15 const[0, type0] ### unexpected value type0 for base type argument of const type, expect…
329 foo$fmt3(a ptr[in, fmt[foo, int8]]) ### unexpected value foo for format argument of fmt type, expe…
330 foo$fmt4(a ptr[in, fmt[dec, int8:3]]) ### unexpected ':', only struct fields can be bitfields
333 f0 fmt[dec, int8:3] ### unexpected ':', only struct fields can be bitfields