Home
last modified time | relevance | path

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

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types/
H A Dtype.go210 typeHasTParam // there is a typeparam somewhere in the type (generic function or type) const
220 func (t *Type) HasTParam() bool { return t.flags&typeHasTParam != 0 }
231 func (t *Type) SetHasTParam(b bool) { t.flags.set(typeHasTParam, b); t.flags.set(typeNoalg, b) }