func reflect.haveIdenticalUnderlyingType

11 uses

	reflect (current package)
		type.go#L1582: 	return haveIdenticalUnderlyingType(T, V, true)
		type.go#L1594: 	return haveIdenticalUnderlyingType(T.common(), V.common(), false)
		type.go#L1597: func haveIdenticalUnderlyingType(T, V *rtype, cmpTags bool) bool {
		type.go#L2015: 			if haveIdenticalUnderlyingType(&ft.rtype, t, true) {
		type.go#L2026: 			if haveIdenticalUnderlyingType(&ft.rtype, t, true) {
		type.go#L2044: 		if haveIdenticalUnderlyingType(&ft.rtype, tt, true) {
		type.go#L2647: 			if haveIdenticalUnderlyingType(&typ.rtype, t, true) {
		type.go#L2659: 			if haveIdenticalUnderlyingType(&typ.rtype, t, true) {
		type.go#L2676: 		if haveIdenticalUnderlyingType(&typ.rtype, t, true) {
		value.go#L2535: 	if haveIdenticalUnderlyingType(dst, src, false) {
		value.go#L2542: 		haveIdenticalUnderlyingType(dst.Elem().common(), src.Elem().common(), false) {