Home
last modified time | relevance | path

Searched refs:kindInt (Results 1 – 4 of 4) sorted by relevance

/external/syzkaller/pkg/compiler/
Dconsts.go71 if desc.Args[i].Type.Kind == kindInt {
184 if desc.Args[i].Type.Kind == kindInt {
Dtypes.go57 kindInt const
765 Kind: kindInt,
769 Kind: kindInt,
784 Kind: kindInt,
Dcheck.go963 ok = kind == kindIdent || kind == kindInt
968 ok = kind == kindInt
979 case kindInt:
Dcompiler.go236 if unexpected, _, ok := checkTypeKind(sz, kindInt); !ok {