Lines Matching refs:expecting
4 0x42 ### unexpected int, expecting comment, define, include, resource, identifier
5 foo ### unexpected '\n', expecting '(', '{', '[', '='
10 int_flags1 == 0, 1 ### unexpected '=', expecting int, identifier, string
11 int_flags = 0, "foo" ### unexpected string, expecting int, identifier
20 str_flags3 = "string", not a string ### unexpected identifier, expecting string
21 str_flags4 = "string", 42 ### unexpected int, expecting string
23 call(foo ,int32 , bar int32) ### unexpected ',', expecting int, identifier, string
24 call(foo int32:"bar") ### unexpected string, expecting int, identifier
29 foo(x int32[1:2:3, opt]) ### unexpected ':', expecting ']'
59 type mybool16 ### unexpected '\n', expecting '[', identifier
60 type type4:4 int32 ### unexpected ':', expecting '[', identifier
62 type templ0[] int8 ### unexpected ']', expecting identifier
63 type templ1[A,] int8 ### unexpected ']', expecting identifier
64 type templ2[,] int8 ### unexpected ',', expecting identifier
65 type templ3[ ### unexpected '\n', expecting identifier
66 type templ4[A] ### unexpected '\n', expecting int, identifier, string
69 type templ7[0] ptr[in, int8] ### unexpected int, expecting identifier