Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for exprWithHint (0.11 sec)

  1. src/go/types/index.go

    			}
    			visited[index] = true
    		}
    		index++
    		if index > max {
    			max = index
    		}
    
    		// check element against composite literal element type
    		var x operand
    		check.exprWithHint(&x, eval, typ)
    		check.assignment(&x, typ, "array or slice literal")
    	}
    	return max
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 16:17:05 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/index.go

    			}
    			visited[index] = true
    		}
    		index++
    		if index > max {
    			max = index
    		}
    
    		// check element against composite literal element type
    		var x operand
    		check.exprWithHint(&x, eval, typ)
    		check.assignment(&x, typ, "array or slice literal")
    	}
    	return max
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 15 16:16:58 UTC 2023
    - 11.5K bytes
    - Viewed (0)
Back to top