go/types.StdSizes.Alignof (method, view implemented interface methods)
5 uses
go/types (current package)
sizes.go#L48: func (s *StdSizes) Alignof(T Type) int64 {
sizes.go#L55: return s.Alignof(t.elem)
sizes.go#L62: if a := s.Alignof(f.typ); a > max {
sizes.go#L101: a := s.Alignof(f.typ)
sizes.go#L144: a := s.Alignof(t.elem)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)