Lines Matching defs:c1
28 C1 chan int65 c1 C196 pc1 *C1120 c0 = c1122 c = c1 // ERROR "cannot use"123 c1 = c0124 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)