Lines Matching refs:can

2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
7 foo$3(x string) ### string can't be syscall argument
10 resource r1[string["foo"]] ### string can't be resource base (int types can)
65 resource r3[int32:1] ### unexpected ':', only struct fields can be bitfields
66 resource r4[int32[opt]] ### resource base can't be marked as opt
92 foo$32(a int8, b ptr[in, csum[a, inet, 1, int32]]) ### only pseudo csum can have proto
95 foo$35(a ptr[in, s3[opt]]) ### s3 can't be marked as opt
101 foo$44(a int32) len[a] ### len can't be syscall return
102 foo$45(a int32) len[b] ### len can't be syscall return
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
111 foo$55(a int8[opt[int8]]) ### opt can't have arguments
112 foo$56(a void) ### void can't be syscall argument
113 foo$57(a ptr[in, stringnoz["foo", 10]]) ### fixed-size string can't be non-zero-terminated
114 foo$58(a ptr[in, stringnoz[sf2, 10]]) ### fixed-size string can't be non-zero-terminated
115 foo$59(a s1) ### s1 can't be syscall argument
116 foo$60() s1 ### s1 can't be syscall return
117 foo$61(a u6) ### u6 can't be syscall argument
118 foo$62() u6 ### u6 can't be syscall return
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
235 type type6 len[foo, int32] ### len can't be type alias target
236 type type7 len[foo] ### len can't be type alias target
238 type type8 typeres1 ### typeres1 can't be type alias target
265 foo$105() type0 ### int8 can't be syscall return
327 foo$fmt1(a fmt[dec, int8]) ### fmt can't be syscall argument
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