Searched defs:SelectStmt (Results 1 – 5 of 5) sorted by relevance
430 type SelectStmt struct { struct431 miniStmt432 Label *types.Sym433 Cases []*CommClause436 Compiled Nodes // compiled form, after walkSelect
429 SelectStmt struct { struct430 Body []*CommClause431 Rbrace Pos432 stmt
737 SelectStmt struct { struct738 Select token.Pos // position of "select" keyword739 Body *BlockStmt // CommClauses only783 func (s *SelectStmt) Pos() token.Pos { return s.Select }845 func (s *SelectStmt) End() token.Pos { return s.Body.End() }869 func (*SelectStmt) stmtNode() {}
15 func walkSelect(sel *ir.SelectStmt) {
443 func tcSelect(sel *ir.SelectStmt) {