func github.com/google/go-cmp/cmp.makeLeafReference

4 uses

	github.com/google/go-cmp/cmp (current package)
		report_references.go#L101: func makeLeafReference(p value.Pointer, printAddress bool) textNode {
		report_reflect.go#L117: 			return makeLeafReference(ptrRef, false)
		report_reflect.go#L248: 			return makeLeafReference(ptrRef, opts.PrintAddresses)
		report_reflect.go#L279: 			out = makeLeafReference(ptrRef, opts.PrintAddresses)