internal/abi.Type.Uncommon (method)
17 uses
internal/abi (current package)
type.go#L321: func (t *Type) Uncommon() *UncommonType {
type.go#L456: ut := t.Uncommon()
internal/reflectlite
type.go#L242: return t.Uncommon()
type.go#L467: v := V.Uncommon()
reflect
type.go#L337: return t.t.Uncommon()
type.go#L398: return t.Uncommon()
type.go#L1482: v := V.Uncommon()
type.go#L2271: if unt := ptr.Uncommon(); unt != nil {
type.go#L2294: if unt := ptr.Elem.Uncommon(); unt != nil {
type.go#L2311: if unt := ft.Uncommon(); unt != nil {
runtime
heapdump.go#L199: if x := t.Uncommon(); x == nil || rt.nameOff(x.PkgPath).Name() == "" {
iface.go#L207: x := typ.Uncommon()
mfinal.go#L509: if (fint.Uncommon() == nil || etyp.Uncommon() == nil) && (*ptrtype)(unsafe.Pointer(fint)).Elem == ot.Elem {
type.go#L42: return t.Uncommon()
type.go#L533: ut := t.Uncommon()
type.go#L534: uv := v.Uncommon()
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)