Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 33 of 33 for sliceExpr (0.17 sec)

  1. src/cmd/cgo/gcc.go

    		if !ok || len(c.Args) != 1 {
    			break
    		}
    		if !p.isType(c.Fun) && !p.isUnsafeData(c.Fun, false) {
    			break
    		}
    		px = &c.Args[0]
    	}
    	if _, ok := (*px).(*ast.SliceExpr); !ok {
    		return false
    	}
    
    	fmt.Fprintf(sb, "_cgoSlice%d := %s; ", i, gofmtPos(*px, (*px).Pos()))
    
    	origX := *px
    	*px = ast.NewIdent(fmt.Sprintf("_cgoSlice%d", i))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg go/ast, type SendStmt struct, Chan Expr
    pkg go/ast, type SendStmt struct, Value Expr
    pkg go/ast, type SliceExpr struct
    pkg go/ast, type SliceExpr struct, High Expr
    pkg go/ast, type SliceExpr struct, Lbrack token.Pos
    pkg go/ast, type SliceExpr struct, Low Expr
    pkg go/ast, type SliceExpr struct, Rbrack token.Pos
    pkg go/ast, type SliceExpr struct, X Expr
    pkg go/ast, type Spec interface, End() 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)
  3. api/go1.2.txt

    pkg flag, type Getter interface, Get() interface{}
    pkg flag, type Getter interface, Set(string) error
    pkg flag, type Getter interface, String() string
    pkg flag, var CommandLine *FlagSet
    pkg go/ast, type SliceExpr struct, Max Expr
    pkg go/ast, type SliceExpr struct, Slice3 bool
    pkg go/ast, type TypeAssertExpr struct, Lparen token.Pos
    pkg go/ast, type TypeAssertExpr struct, Rparen token.Pos
    pkg go/build, method (*Context) MatchFile(string, string) (bool, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top