Lines Matching full:"$ var"
48 i := 0 // ERROR "moved to heap: i$"
49 var p *int
55 i := 0 // ERROR "moved to heap: i$"
56 var p *int
230 i := 0 // ERROR "moved to heap: i$"
231 p := &i // ERROR "&i escapes to heap$" "moved to heap: p$"
232 var r Indir
270 i := 0 // ERROR "moved to heap: i$"
271 var p *int
279 i := 0 // ERROR "moved to heap: i$"
280 var p *int
287 i := 0 // ERROR "moved to heap: i$"
288 var p *int
295 i := 0 // ERROR "moved to heap: i$"
296 var p *int // ERROR "moved to heap: p$"
p *int // ERROR "moved to heap: p$"
297 var v Val
304 i := 0 // ERROR "moved to heap: i$"
305 var p *int // ERROR "moved to heap: p$"
312 i := 0 // ERROR "moved to heap: i$"
313 var p *int // ERROR "moved to heap: p$"
320 i := 0 // ERROR "moved to heap: i$"
321 var p *int
328 i := 0 // ERROR "moved to heap: i$"
329 var p *int