Home
last modified time | relevance | path

Searched refs:tparamsList (Results 1 – 3 of 3) sorted by relevance

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/types/
H A Dunify.go43 x, y tparamsList // x and y must initialized via tparamsList.init
65 type tparamsList struct { struct
79 func (d *tparamsList) String() string { argument
97 func (d *tparamsList) init(tparams []*TypeName) { argument
150 func (d *tparamsList) index(typ Type) int { argument
162 func (d *tparamsList) setIndex(i, tj int) { argument
173 func (d *tparamsList) at(i int) Type { argument
182 func (d *tparamsList) set(i int, typ Type) { argument
201 func (d *tparamsList) types() (list []Type, index int) { argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dunify.go41 x, y tparamsList // x and y must initialized via tparamsList.init
63 type tparamsList struct { struct
77 func (d *tparamsList) String() string { argument
96 func (d *tparamsList) init(tparams []*TypeParam) { argument
154 func (d *tparamsList) index(typ Type) int { argument
179 func (d *tparamsList) setIndex(i, tj int) { argument
190 func (d *tparamsList) at(i int) Type { argument
199 func (d *tparamsList) set(i int, typ Type) { argument
218 func (d *tparamsList) types() (list []Type, index int) { argument
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dunify.go41 x, y tparamsList // x and y must initialized via tparamsList.init
63 type tparamsList struct { struct
77 func (d *tparamsList) String() string { argument
96 func (d *tparamsList) init(tparams []*TypeParam) { argument
154 func (d *tparamsList) index(typ Type) int { argument
179 func (d *tparamsList) setIndex(i, tj int) { argument
190 func (d *tparamsList) at(i int) Type { argument
199 func (d *tparamsList) set(i int, typ Type) { argument
218 func (d *tparamsList) types() (list []Type, index int) { argument