const go/types.Uintptr

13 uses

	go/types (current package)
		basic.go#L28: 	Uintptr
		builtins.go#L698: 				check.recordBuiltinType(call.Fun, makeSig(Typ[Uintptr], x.typ))
		builtins.go#L705: 		x.typ = Typ[Uintptr]
		builtins.go#L762: 				check.recordBuiltinType(call.Fun, makeSig(Typ[Uintptr], obj.Type()))
		builtins.go#L774: 		x.typ = Typ[Uintptr]
		builtins.go#L786: 				check.recordBuiltinType(call.Fun, makeSig(Typ[Uintptr], x.typ))
		builtins.go#L798: 		x.typ = Typ[Uintptr]
		const.go#L106: 			case Uint, Uintptr:
		const.go#L128: 		case Uint, Uintptr:
		conversions.go#L299: 	return t != nil && t.kind == Uintptr
		universe.go#L56: 	Uintptr:       {Uintptr, IsInteger | IsUnsigned, "uintptr"},

	golang.org/x/tools/internal/gcimporter
		predeclared.go#L45: 		types.Typ[types.Uintptr],