func internal/abi.TypeFor

5 uses

	internal/abi (current package)
		type.go#L189: func TypeFor[T any]() *Type {

	reflect
		type.go#L1317: 	return toType(abi.TypeFor[T]())
		value.go#L1516: 	typ := abi.TypeFor[T]()

	runtime
		mcleanup.go#L126: 		setCleanupContext(unsafe.Pointer(ptr), abi.TypeFor[T](), sys.GetCallerPC(), cleanupFn.fn, id)

	unique
		handle.go#L35: 	typ := abi.TypeFor[T]()