Home | History | Annotate | Download | only in vet

Lines Matching refs:types

15 	"go/types"
49 if f.pkg.types[x].Value != nil {
56 v := f.pkg.types[y].Value
64 t := f.pkg.types[x].Type
68 b, ok := t.Underlying().(*types.Basic)
74 case types.Uint8, types.Int8:
76 case types.Uint16, types.Int16:
78 case types.Uint32, types.Int32:
80 case types.Uint64, types.Int64:
82 case types.Int, types.Uint:
84 case types.Uintptr:
96 uintBitSize = 8 * archSizes.Sizeof(types.Typ[types.Uint])
97 uintptrBitSize = 8 * archSizes.Sizeof(types.Typ[types.Uintptr])