const go/types.Uint32

11 uses

	go/types (current package)
		basic.go#L23: 	Uint32
		expr.go#L323: 			case Uint32:
		sizes.go#L117: 	Uint32:     4,
		universe.go#L50: 	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
		bimport.go#L1011: 			types.Typ[types.Uint32],
		iimport.go#L644: 	case types.Int32, types.Uint32: