const go/ast.SEND
11 uses
go/ast (current package)
ast.go#L424: SEND ChanDir = 1 << iota
go/parser
parser.go#L1202: dir := ast.SEND | ast.RECV
parser.go#L1209: dir = ast.SEND
parser.go#L1764: dir := ast.SEND
parser.go#L1765: for ok && dir == ast.SEND {
parser.go#L1774: if dir == ast.SEND {
go/printer
nodes.go#L1023: case ast.SEND | ast.RECV:
nodes.go#L1027: case ast.SEND:
go/types
exprstring.go#L156: case ast.SEND:
typexpr.go#L369: case ast.SEND | ast.RECV:
typexpr.go#L371: case ast.SEND:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)