Lines Matching refs:Tm
1379 type Tm struct {1383 func (t *Tm) M() { // ERROR "\(\*Tm\).M t does not escape$"1389 t := new(Tm) // ERROR "new\(Tm\) escapes to heap$"1397 t := new(Tm) // ERROR "new\(Tm\) escapes to heap$"1406 var t Tm