Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for exprOrType (0.14 sec)

  1. src/go/types/expr.go

    	check.singleValue(x)
    }
    
    // exprOrType typechecks expression or type e and initializes x with the expression value or type.
    // If allowGeneric is set, the operand type may be an uninstantiated parameterized type or function
    // value.
    // If an error occurred, x.mode is set to invalid.
    func (check *Checker) exprOrType(x *operand, e ast.Expr, allowGeneric bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 49.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/expr.go

    	check.singleValue(x)
    }
    
    // exprOrType typechecks expression or type e and initializes x with the expression value or type.
    // If allowGeneric is set, the operand type may be an uninstantiated parameterized type or function
    // value.
    // If an error occurred, x.mode is set to invalid.
    func (check *Checker) exprOrType(x *operand, e syntax.Expr, allowGeneric bool) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 02:09:54 UTC 2024
    - 51.7K bytes
    - Viewed (0)
Back to top