Home | History | Annotate | Download | only in gc

Lines Matching refs:Left

421 		n.Left = p.param(recv, false, false)
454 typ.Right = typ.Left
455 typ.Left = nil
457 if n.Left != nil {
458 n.Left.SetIsddd(true)
594 n.Left = p.declName(expr.Lhs)
595 if isblank(n.Left) {
596 yyerror("invalid variable name %v in type switch", n.Left)
605 // in issue #16394). In particular, it avoids left recursion and
736 sig.Left = fakeRecv()
847 n.Left = lhs[0]
875 n.Left = p.newname(stmt.Label)
946 yyerrorpos(expr.Pos(), "non-name %v on left side of :=", p.expr(expr))
957 yyerrorpos(expr.Pos(), "%v repeated on left side of :=", sym)
977 yyerrorl(defn.Pos, "no new variables on left side of :=")
996 n.Left = p.expr(stmt.Cond)
1029 n.Left = p.expr(stmt.Cond)
1047 n.Left = p.expr(stmt.Tag)
1050 tswitch := n.Left
1073 if tswitch != nil && tswitch.Left != nil {
1074 nn := newname(tswitch.Left.Sym)
1291 func (p *noder) nod(orig syntax.Node, op Op, left, right *Node) *Node {
1292 return p.setlineno(orig, nod(op, left, right))
1422 x = x.Left