Lines Matching full:call27
405 call27(func() { x++ }) // ERROR "live at call to call27: .autotmp_[0-9]+$"
407 call27(func() { x++ }) // ERROR "live at call to call27: .autotmp_[0-9]+$"
408 call27(func() { x++ }) // ERROR "live at call to call27: .autotmp_[0-9]+$"
417 defer call27(func() { x++ }) // ERROR "live at call to deferproc: .autotmp_[0-9]+$" "live at call to deferreturn: .autotmp_[0-9]+$"
419 defer call27(func() { x++ }) // ERROR "f27defer: .autotmp_[0-9]+ \(type struct { F uintptr; x \*int }\) is ambiguously live$" "live at call to deferproc: .autotmp_[0-9]+ .autotmp_[0-9]+$" "live at call to deferreturn: .autotmp_[0-9]+ .autotmp_[0-9]+$"
428 go call27(func() { x++ }) // ERROR "live at call to newobject: &x$" "live at call to newproc: &x$"
430 go call27(func() { x++ }) // ERROR "live at call to newobject: &x$"
435 func call27(func())