Home
last modified time | relevance | path

Searched defs:ChanArgs (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types/
Dtype.go391 type ChanArgs struct { struct
392 T *Type // reference to a chan type whose elements need a width check
924 func (t *Type) ChanArgs() *Type { func