const go/types.Uint32

11 uses

	go/types (current package)
		basic.go#L26: 	Uint32
		const.go#L117: 			case Uint32:
		sizes.go#L159: 	Uint32:     4,
		universe.go#L54: 	Uint32:        {Uint32, IsInteger | IsUnsigned, "uint32"},

	golang.org/x/exp/apidiff
		compatibility.go#L75: 	{types.Uint8, types.Uint32}:         true,
		compatibility.go#L78: 	{types.Uint16, types.Uint32}:        true,
		compatibility.go#L81: 	{types.Uint32, types.Uint}:          true,
		compatibility.go#L82: 	{types.Uint32, types.Uint64}:        true,

	golang.org/x/tools/internal/gcimporter
		iimport.go#L745: 	case types.Int32, types.Uint32:
		predeclared.go#L43: 		types.Typ[types.Uint32],