go/types.Sizes.Alignof (method)

3 uses

	go/types (current package)
		sizes.go#L13: 	Alignof(T Type) int64
		sizes.go#L216: 		if a := s.Alignof(T); a >= 1 {
		sizes.go#L221: 	return stdSizes.Alignof(T)