Home
last modified time | relevance | path

Searched refs:parseIntType (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/pkg/compiler/
Dcompiler.go327 func (comp *compiler) parseIntType(name string) (size uint64, bigEndian bool) { func
Dtypes.go77 size, be := comp.parseIntType(t.Ident)
816 size, _ := comp.parseIntType(t.Ident)