Home | History | Annotate | Download | only in gc

Lines Matching refs:tfn

1859 	tfn := nod(OTFUNC, nil, nil)
1860 tfn.List.Append(nod(ODCLFIELD, nil, typenod(ptrto(t))))
1861 tfn.List.Append(nod(ODCLFIELD, nil, typenod(Types[TUINTPTR])))
1862 tfn.List.Append(nod(ODCLFIELD, nil, typenod(Types[TUINTPTR])))
1863 tfn.Rlist.Append(nod(ODCLFIELD, nil, typenod(Types[TUINTPTR])))
1864 tfn = typecheck(tfn, Etype)
1865 n.Type = tfn.Type