Home
last modified time | relevance | path

Searched defs:foo1 (Results 1 – 8 of 8) sorted by relevance

/prebuilts/go/linux-x86/src/cmd/cgo/internal/test/issue29563/
Dweak1.c8 int foo1() in foo1() function
/prebuilts/go/linux-x86/test/fixedbugs/
Dissue4066.go35 func foo1() { func
Dbug113.go11 func foo1(i int) int { return i } func
/prebuilts/go/linux-x86/test/
Dundef.go29 func foo1() *T1 { return &T1{y1: 99} } func
Descape_indir.go136 func foo1(p *int) { // ERROR "p does not escape" func
Descape2.go21 func foo1(x int) { // ERROR "moved to heap: x$" func
Descape2n.go21 func foo1(x int) { // ERROR "moved to heap: x$" func
/prebuilts/go/linux-x86/test/fixedbugs/issue5755.dir/
Da.go11 type foo1 []byte type