Searched refs:typeHasTParam (Results 1 – 1 of 1) sorted by relevance
210 typeHasTParam // there is a typeparam somewhere in the type (generic function or type) const220 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) }