Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for BinaryExpr (0.32 sec)

  1. src/cmd/compile/internal/types2/expr.go

    	// 		goto Error
    	// 	}
    	// 	if e.Op == token.ARROW {
    	// 		x.expr = e
    	// 		return statement // receive operations may appear in statement context
    	// 	}
    
    	// case *syntax.BinaryExpr:
    	// 	check.binary(x, e, e.X, e.Y, e.Op)
    	// 	if x.mode == invalid {
    	// 		goto Error
    	// 	}
    
    	case *syntax.Operation:
    		if e.Y == nil {
    			// unary expression
    			if e.Op == syntax.Mul {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg go/ast, type BasicLit struct, Value string
    pkg go/ast, type BasicLit struct, ValuePos token.Pos
    pkg go/ast, type BinaryExpr struct
    pkg go/ast, type BinaryExpr struct, Op token.Token
    pkg go/ast, type BinaryExpr struct, OpPos token.Pos
    pkg go/ast, type BinaryExpr struct, X Expr
    pkg go/ast, type BinaryExpr struct, Y Expr
    pkg go/ast, type BlockStmt struct
    pkg go/ast, type BlockStmt struct, Lbrace token.Pos
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top