Home
last modified time | relevance | path

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

/external/syzkaller/pkg/compiler/
Dcompiler.go149 func (comp *compiler) structIsVarlen(name string) bool { func
Dtypes.go701 return comp.structIsVarlen(t.Ident)
Dcheck.go270 if comp.structIsVarlen(n.Name.Name) {