Home | History | Annotate | Download | only in test

Lines Matching defs:c1

28 	C1 chan int
65 c1 C1
96 pc1 *C1
120 c0 = c1
122 c = c1 // ERROR "cannot use"
123 c1 = c0
124 c1 = c // ERROR "cannot use"
233 c0 = chan int(c1)
235 c = C(c1)
236 c1 = C1(c0)
237 c1 = C1(c)
300 pc1 = (*C1)(pc0)
301 pc1 = (*C1)(pc)