Lines Matching refs:Ident
52 case n.Value.Ident != "":
53 v = n.Value.Ident
72 if arg.Ident != "" {
74 info.consts[arg.Ident] = true
90 if attr.Ident == "size" {
92 info.consts[attr.Args[0].Ident] = true
101 info.consts[n.Ident] = true
173 if comp.patchIntConst(&v.Value, &v.Ident, consts, nil) {
185 comp.patchIntConst(&arg.Value, &arg.Ident, consts, &missing)
195 comp.patchIntConst(&v.Value, &v.Ident, consts, &missing)
200 if attr.Ident == "size" {
202 comp.patchIntConst(&sz.Value, &sz.Ident, consts, &missing)