Searched defs:SendStmt (Results 1 – 5 of 5) sorted by relevance
447 type SendStmt struct { struct448 miniStmt449 Chan Node450 Value Node
638 SendStmt struct { struct639 Chan Expr640 Arrow token.Pos // position of "<-"641 Value Expr770 func (s *SendStmt) Pos() token.Pos { return s.Chan.Pos() }797 func (s *SendStmt) End() token.Pos { return s.Value.End() }856 func (*SendStmt) stmtNode() {}
365 SendStmt struct { struct366 Chan, Value Expr // Chan <- Value367 simpleStmt
519 func tcSend(n *ir.SendStmt) ir.Node {
859 func walkSend(n *ir.SendStmt, init *ir.Nodes) ir.Node {