Home
last modified time | relevance | path

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

/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/types/
H A Dresolver.go484 func (check *Checker) unpackRecv(rtyp ast.Expr, unpackParams bool) (ptr bool, rname *ast.Ident, tpa…
504 if unpackParams {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/types2/
H A Dresolver.go524 func (check *Checker) unpackRecv(rtyp syntax.Expr, unpackParams bool) (ptr bool, rname *syntax.Name…
550 if unpackParams {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/types/
H A Dresolver.go497 func (check *Checker) unpackRecv(rtyp ast.Expr, unpackParams bool) (ptr bool, rname *ast.Ident, tpa…
519 if unpackParams {
/dports/devel/yaegi/yaegi-0.9.23/interp/
H A Dtypecheck.go675 func (check typecheck) unpackParams(child []*node) (params []param) { func
724 params = check.unpackParams(child)
926 params := check.unpackParams(child)
/dports/net/traefik/traefik-2.6.1/vendor/github.com/traefik/yaegi/interp/
H A Dtypecheck.go673 func (check typecheck) unpackParams(child []*node) (params []param) { func
722 params = check.unpackParams(child)
923 params := check.unpackParams(child)