Home | History | Annotate | Download | only in gc

Lines Matching refs:msym

1188 // - msym is the method symbol
1190 func addmethod(msym *Sym, t *Type, local, nointerface bool) {
1192 if msym == nil {
1237 if isblanksym(msym) {
1243 if f.Sym == msym {
1244 yyerror("type %v has both field and method named %v", mt, msym)
1251 if msym.Name != f.Sym.Name {
1257 yyerror("method redeclared: %v.%v\n\t%v\n\t%v", mt, msym, f.Type, t)
1263 f.Sym = msym
1264 f.Nname = newname(msym)