Home
last modified time | relevance | path

Searched defs:dupConstArg (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/pkg/compiler/
Dcheck.go1052 type dupConstArg struct { struct
1053 pos ast.Pos
1054 name string
1057 func (comp *compiler) checkDupConstsCall(n *ast.Call, dups map[string]map[string]dupConstArg) {