Home | History | Annotate | Download | only in test

Lines Matching refs:y1

79 	var y1 Y
80 y1.x = x
81 _ = y1.x.p1
89 var y1 Y
90 y1.x = x
91 sink = y1.x.p1 // ERROR "y1\.x\.p1 escapes to heap"
99 var y1 Y
100 y1.x = x
101 sink = y1.x // ERROR "y1\.x escapes to heap"
110 var y1 Y
111 y1.x = x
112 sink = y1.x.p2 // ERROR "y1\.x\.p2 escapes to heap"