internal/abi.Type.Uncommon (method)

17 uses

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

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

	reflect
		type.go#L327: 	return t.t.Uncommon()
		type.go#L388: 	return t.Uncommon()
		type.go#L1460: 	v := V.Uncommon()
		type.go#L2423: 				if unt := ptr.Uncommon(); unt != nil {
		type.go#L2446: 				if unt := ptr.Elem.Uncommon(); unt != nil {
		type.go#L2463: 				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#L484: 		if (fint.Uncommon() == nil || etyp.Uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).Elem == ot.Elem {
		type.go#L34: 	return t.Uncommon()
		type.go#L367: 	ut := t.Uncommon()
		type.go#L368: 	uv := v.Uncommon()