Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xlistList (0.15 sec)

  1. src/cmd/compile/internal/types2/call.go

    // xlistList elements do not exist (targsList and xlistList are nil) or the elements are nil.
    // For each partially instantiated generic function operand, the corresponding targsList and
    // xlistList elements are the operand's partial type arguments and type expression lists.
    func (check *Checker) genericExprList(elist []syntax.Expr) (resList []*operand, targsList [][]Type, xlistList [][]syntax.Expr) {
    	if debug {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 31.5K bytes
    - Viewed (0)
  2. src/go/types/call.go

    // xlistList elements do not exist (targsList and xlistList are nil) or the elements are nil.
    // For each partially instantiated generic function operand, the corresponding targsList and
    // xlistList elements are the operand's partial type arguments and type expression lists.
    func (check *Checker) genericExprList(elist []ast.Expr) (resList []*operand, targsList [][]Type, xlistList [][]ast.Expr) {
    	if debug {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 33.5K bytes
    - Viewed (0)
Back to top