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

  /prebuilts/go/darwin-x86/test/
escape_param.go 224 func (r *Indir) param12(i **int) { // ERROR "\(\*Indir\).param12 r does not escape$" "moved to heap: i$" func
232 r.param12(&p) // ERROR "&p escapes to heap$" "caller12a r does not escape$"
240 r.param12(&p) // ERROR "&p escapes to heap$"
248 r.param12(&p) // ERROR "&p escapes to heap$" "caller12c r does not escape$"
256 r.param12(&p) // ERROR "&p escapes to heap$" "caller12d r does not escape$"
  /prebuilts/go/linux-x86/test/
escape_param.go 224 func (r *Indir) param12(i **int) { // ERROR "\(\*Indir\).param12 r does not escape$" "moved to heap: i$" func
232 r.param12(&p) // ERROR "&p escapes to heap$" "caller12a r does not escape$"
240 r.param12(&p) // ERROR "&p escapes to heap$"
248 r.param12(&p) // ERROR "&p escapes to heap$" "caller12c r does not escape$"
256 r.param12(&p) // ERROR "&p escapes to heap$" "caller12d r does not escape$"

Completed in 38 milliseconds