const golang.org/x/tools/internal/pkgbits.SyncType

5 uses

	golang.org/x/tools/internal/pkgbits (current package)
		codes.go#L40: func (c CodeType) Marker() SyncMarker { return SyncType }
		sync.go#L59: 	SyncType
		syncmarker_string.go#L29: 	_ = x[SyncType-19]

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