HomeSort by relevance Sort by last modified time
    Searched defs:foo24 (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/test/
escape2.go 252 func foo24(x int) int { func
253 return func() int { // ERROR "foo24 func literal does not escape$"
    [all...]
escape2n.go 252 func foo24(x int) int { func
253 return func() int { // ERROR "foo24 func literal does not escape$"
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 252 func foo24(x int) int { func
253 return func() int { // ERROR "foo24 func literal does not escape$"
    [all...]
escape2n.go 252 func foo24(x int) int { func
253 return func() int { // ERROR "foo24 func literal does not escape$"
    [all...]

Completed in 461 milliseconds