internal/abi.Type.Uncommon (method)

17 uses

	internal/abi (current package)
		type.go#L325: func (t *Type) Uncommon() *UncommonType {
		type.go#L460: 	ut := t.Uncommon()

	internal/reflectlite
		type.go#L242: 	return t.Uncommon()
		type.go#L467: 	v := V.Uncommon()

	reflect
		type.go#L328: 	return t.t.Uncommon()
		type.go#L389: 	return t.Uncommon()
		type.go#L1466: 	v := V.Uncommon()
		type.go#L2255: 				if unt := ptr.Uncommon(); unt != nil {
		type.go#L2278: 				if unt := ptr.Elem.Uncommon(); unt != nil {
		type.go#L2295: 				if unt := ft.Uncommon(); unt != nil {

	runtime
		heapdump.go#L198: 	if x := t.Uncommon(); x == nil || rt.nameOff(x.PkgPath).Name() == "" {
		iface.go#L207: 	x := typ.Uncommon()
		mfinal.go#L506: 		if (fint.Uncommon() == nil || etyp.Uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).Elem == ot.Elem {
		type.go#L37: 	return t.Uncommon()
		type.go#L528: 	ut := t.Uncommon()
		type.go#L529: 	uv := v.Uncommon()