type golang.org/x/tools/internal/pkgbits.CodeType

5 uses

	golang.org/x/tools/internal/pkgbits (current package)
		codes.go#L38: type CodeType int
		codes.go#L40: func (c CodeType) Marker() SyncMarker { return SyncType }
		codes.go#L41: func (c CodeType) Value() int         { return int(c) }
		codes.go#L47: 	TypeBasic CodeType = iota

	golang.org/x/tools/internal/gcimporter
		ureader_yes.go#L343: 	switch tag := pkgbits.CodeType(r.Code(pkgbits.SyncType)); tag {