Home
last modified time | relevance | path

Searched refs:IntPlain (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/prog/
Dprio.go118 case IntPlain, IntFileoff, IntRange:
Dtypes.go220 IntPlain IntKind = iota const
/external/syzkaller/pkg/compiler/
Dtypes.go78 kind, rangeBegin, rangeEnd := prog.IntPlain, uint64(0), uint64(0)
159 if it, ok := elemType.(*prog.IntType); ok && it.Kind == prog.IntPlain && it.TypeSize == 1 {
246 Kind: prog.IntPlain,