Searched defs:foo1 (Results 1 – 8 of 8) sorted by relevance
8 int foo1() in foo1() function
35 func foo1() { func
11 func foo1(i int) int { return i } func
29 func foo1() *T1 { return &T1{y1: 99} } func
136 func foo1(p *int) { // ERROR "p does not escape" func
21 func foo1(x int) { // ERROR "moved to heap: x$" func
11 type foo1 []byte type