reflect.Value.UnsafeAddr (method)
3 uses
reflect (current package)
value.go#L2523: func (v Value) UnsafeAddr() uintptr {
github.com/google/go-cmp/cmp
export_unsafe.go#L24: ve := reflect.NewAt(f.Type, unsafe.Pointer(uintptr(unsafe.Pointer(v.UnsafeAddr()))+f.Offset)).Elem()
golang.org/x/tools/internal/typesinternal
types.go#L27: addr := unsafe.Pointer(f.UnsafeAddr())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)