Home
last modified time | relevance | path

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

/external/syzkaller/pkg/compiler/
Dconsts.go41 info := getConstInfo(infos, pos)
73 info := getConstInfo(infos, arg.Pos)
77 info := getConstInfo(infos, arg.Pos2)
91 info := getConstInfo(infos, attr.Pos)
100 info := getConstInfo(infos, n.Pos)
115 func getConstInfo(infos map[string]*constInfo, pos ast.Pos) *constInfo { func