func internal/reflectlite.haveIdenticalUnderlyingType

3 uses

	internal/reflectlite (current package)
		type.go#L832: 	return haveIdenticalUnderlyingType(T, V, true)
		type.go#L844: 	return haveIdenticalUnderlyingType(T.common(), V.common(), false)
		type.go#L847: func haveIdenticalUnderlyingType(T, V *rtype, cmpTags bool) bool {