HomeSort by relevance Sort by last modified time
    Searched refs:go (Results 426 - 450 of 3824) sorted by null

<<11121314151617181920>>

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug009.go 3 // Copyright 2009 The Go Authors. All rights reserved.
14 bug9.go:5: defaultlit: unknown literal: LITERAL-B0 a(1)
15 bug9.go:5: fatal error: addvar: n=NAME-fired G0 a(1) l(5) t=<N> nil
bug016.go 3 // Copyright 2009 The Go Authors. All rights reserved.
15 ixedbugs/bug016.go:7: overflow converting constant to <uint32>UINT32
16 fixedbugs/bug016.go:7: illegal types for operand: AS
bug137.go 3 // Copyright 2009 The Go Authors. All rights reserved.
29 bug137.go:9: break label is not defined: L2
30 bug137.go:15: break label is not defined: L4
bug140.go 3 // Copyright 2009 The Go Authors. All rights reserved.
25 bug140.go:6: syntax error near L1
26 bug140.go:7: syntax error near L2
bug239.go 3 // Copyright 2009 The Go Authors. All rights reserved.
19 bug239.go:11: imported and not used: unsafe
20 bug239.go:15: undefined: Sizeof
bug267.go 3 // Copyright 2010 The Go Authors. All rights reserved.
20 6g bugs/bug267.go
21 bugs/bug267.go:14: syntax error: unexpected {, expecting :
bug304.go 3 // Copyright 2010 The Go Authors. All rights reserved.
8 // bug304.go: In function ?p.f?:
9 // bug304.go:15:2: internal compiler error: in copy_tree_r, at tree-inline.c:4114
bug337.go 3 // Copyright 2011 The Go Authors. All rights reserved.
10 // bug337.go:16: len("foo") not used
12 // bug337.go:16: 3 not used
bug342.go 3 // Copyright 2011 The Go Authors. All rights reserved.
18 bug.go:1 x redclared in this block
19 previous declaration at bug.go:1
bug379.go 3 // Copyright 2011 The Go Authors. All rights reserved.
10 // bug378.go:17: 1 + 2 not used
12 // bug378.go:17: 1 not used
issue18459.go 3 // Copyright 2016 The Go Authors. All rights reserved.
11 //go:nowritebarrier // ERROR "go:nowritebarrier only allowed in runtime"
issue4529.go 3 // Copyright 2012 The Go Authors. All rights reserved.
7 // Issue 4529: escape analysis crashes on "go f(g())"
30 go b.c(c.I())
issue5172.go 3 // Copyright 2013 The Go Authors. All rights reserved.
7 // issue 5172: spurious warn about type conversion on broken type inside go and defer
17 go f.bar() // GCCGO_ERROR "undefined"
  /prebuilts/go/darwin-x86/test/fixedbugs/issue4964.dir/
a.go 1 // Copyright 2013 The Go Authors. All rights reserved.
13 //go:noinline
18 //go:noinline
  /prebuilts/go/darwin-x86/test/safe/
nousesafe.go 1 // $G $D/pkg.go && pack grc pkg.a pkg.$A 2> /dev/null && rm pkg.$A && errchk $G -I . -u $D/main.go
4 // Copyright 2012 The Go Authors. All rights reserved.
usesafe.go 1 // $G $D/pkg.go && pack grcS pkg.a pkg.$A 2> /dev/null && rm pkg.$A && $G -I . -u $D/main.go
4 // Copyright 2012 The Go Authors. All rights reserved.
  /prebuilts/go/linux-x86/misc/cgo/fortran/
test.bash 2 # Copyright 2016 The Go Authors. All rights reserved.
12 goos=$(go env GOOS)
34 if ! go test; then
35 echo "FAIL: go test"
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/iface_a/
a.go 1 // Copyright 2017 The Go Authors. All rights reserved.
9 //go:noinline
14 //go:noinline
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/iface_b/
b.go 1 // Copyright 2017 The Go Authors. All rights reserved.
9 //go:noinline
14 //go:noinline
  /prebuilts/go/linux-x86/misc/cgo/testshared/src/iface_a/
a.go 1 // Copyright 2017 The Go Authors. All rights reserved.
9 //go:noinline
14 //go:noinline
  /prebuilts/go/linux-x86/misc/cgo/testshared/src/iface_b/
b.go 1 // Copyright 2017 The Go Authors. All rights reserved.
9 //go:noinline
14 //go:noinline
  /prebuilts/go/linux-x86/src/cmd/fix/
gotypes.go 1 // Copyright 2015 The Go Authors. All rights reserved.
8 "go/ast"
20 desc: `Change imports of golang.org/x/tools/go/{exact,types} to go/{constant,types}`,
32 return rewriteImport(f, "golang.org/x/tools/go/types", "go/types")
51 if path == "golang.org/x/tools/go/exact" {
70 rewriteImport(f, "golang.org/x/tools/go/exact", "go/constant")
  /prebuilts/go/linux-x86/src/cmd/go/
generate_test.go 1 // Copyright 2011 The Go Authors. All rights reserved.
25 {"$GOFILE", []string{"proc.go"}},
30 {"yacc -o $GOARCH/yacc_$GOFILE", []string{"go", "tool", "yacc", "-o", runtime.GOARCH + "/yacc_proc.go"}},
36 path: "/usr/ken/sys/proc.go",
38 file: "proc.go",
43 g.setShorthand([]string{"-command", "yacc", "go", "tool", "yacc"})
46 got := g.split("//go:generate " + test.in + "\n")
51 got = g.split("//go:generate " + test.in + "\r\n")
  /prebuilts/go/linux-x86/src/cmd/go/testdata/generate/
test3.go 1 // Copyright 2014 The Go Authors. All rights reserved.
5 // Test go generate variable substitution.
7 //go:generate echo $GOARCH $GOFILE:$GOLINE ${GOPACKAGE}abc xyz$GOPACKAGE/$GOFILE/123
test4.go 1 // Copyright 2015 The Go Authors. All rights reserved.
7 //go:generate echo oh yes my man
8 //go:generate echo no, no, a thousand times no

Completed in 517 milliseconds

<<11121314151617181920>>