func internal/abi.TypeOf

9 uses

	internal/abi (current package)
		type.go#L181: func TypeOf(a any) *Type {
		type.go#L193: 	return (*PtrType)(unsafe.Pointer(TypeOf((*T)(nil)))).Elem

	internal/reflectlite
		type.go#L387: 	return toType(abi.TypeOf(i))

	internal/sync
		hashtriemap.go#L49: 	mapType := abi.TypeOf(m).MapType()

	hash/maphash
		maphash_runtime.go#L52: 	mTyp := abi.TypeOf(m)

	reflect
		type.go#L1384: 	return toType(abi.TypeOf(i))
		type.go#L1395: 	return abi.TypeOf(i)

	runtime
		mcleanup.go#L93: 	argType := abi.TypeOf(arg)

	unique
		canonmap.go#L31: 	mapType := abi.TypeOf(m).MapType()