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

5 uses

	golang.org/x/tools/internal/pkgbits (current package)
		codes.go#L20: type CodeVal int
		codes.go#L22: func (c CodeVal) Marker() SyncMarker { return SyncVal }
		codes.go#L23: func (c CodeVal) Value() int         { return int(c) }
		codes.go#L29: 	ValBool CodeVal = iota
		decoder.go#L440: 	switch tag := CodeVal(r.Code(SyncVal)); tag {