Home
last modified time | relevance | path

Searched refs:Cboth (Results 1 – 13 of 13) sorted by path

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dnoder.go932 return types.Cboth
H A Dtypes.go491 types2.SendRecv: types.Cboth,
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/typecheck/
H A Dbuiltin.go326 typs[96] = types.NewChan(typs[2], types.Cboth)
H A Dsubr.go444 if src.IsChan() && src.ChanDir() == types.Cboth && dst.IsChan() {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types/
H A Dtype.go101 Cboth ChanDir = Crecv | Csend const
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/gc/
H A Dbuiltin.go283 typs[80] = types.NewChan(typs[2], types.Cboth)
H A Dnoder.go802 return types.Cboth
H A Dsubr.go636 if src.IsChan() && src.ChanDir() == types.Cboth && dst.IsChan() {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/types/
H A Dtype.go86 Cboth ChanDir = Crecv | Csend const
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/gc/
H A Dbuiltin.go225 typs[71] = types.NewChan(typs[2], types.Cboth)
H A Dnoder.go620 return types.Cboth
H A Dsubr.go792 if src.IsChan() && src.ChanDir() == types.Cboth && dst.IsChan() {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/cmd/compile/internal/types/
H A Dtype.go89 Cboth ChanDir = Crecv | Csend const