Home
last modified time | relevance | path

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

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/noder/
H A Dstencil.go174 nameNode, isMeth := g.getInstNameNode(inst)
176 st := g.getInstantiation(nameNode, targs, isMeth).fun
703 st := g.genericSubst(sym, nameNode, shapes, isMeth, info)
1538 sym := typecheck.MakeDictSym(gf.Sym(), targs, isMeth)
1557 instInfo := g.getInstantiation(gf, targs, isMeth)
1635 var isMeth bool
1636 if meth, isMeth = inst.X.(*ir.SelectorExpr); isMeth {
1645 sym = g.getDictionarySym(nameNode, subtargs, isMeth)
1689 isMeth: isMeth,
1705 instInfo := g.getInstantiation(d.gf, d.targs, d.isMeth)
[all …]
H A Dirgen.go199 isMeth bool member