const go/types.Bool

7 uses

	go/types (current package)
		basic.go#L17: 	Bool
		predicates.go#L531: 			return Typ[Bool]
		sizes.go#L152: 	Bool:       1,
		stmt.go#L657: 			x.typ = Typ[Bool]
		universe.go#L45: 	Bool:          {Bool, IsBoolean, "bool"},

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