HomeSort by relevance Sort by last modified time
    Searched full:commaok (Results 1 - 18 of 18) sorted by null

  /prebuilts/go/darwin-x86/src/go/types/
operand.go 26 mapindex // operand is a map index expression (acts like a variable on lhs, commaok on rhs of an assignment)
28 commaok // like value, but operand may be used in a comma,ok expression
40 commaok: "comma, ok expression",
93 // commaok <expr> (<untyped kind> <mode> )
94 // commaok <expr> ( <mode> of type <typ>)
27 commaok \/\/ like value, but operand may be used in a comma,ok expression const
assignments.go 25 case constant_, variable, mapindex, value, commaok:
209 get, r, commaOk := unpack(func(x *operand, i int) { check.multiExpr(x, rhs[i]) }, len(rhs), l == 2 && !returnPos.IsValid())
235 if commaOk {
253 get, r, commaOk := unpack(func(x *operand, i int) { check.multiExpr(x, rhs[i]) }, len(rhs), l == 2)
265 if commaOk {
api.go 287 case constant_, variable, mapindex, value, commaok:
314 return tv.mode == commaok || tv.mode == mapindex
call.go 194 if x0.mode == mapindex || x0.mode == commaok {
expr.go 108 x.mode = commaok
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
operand.go 26 mapindex // operand is a map index expression (acts like a variable on lhs, commaok on rhs of an assignment)
28 commaok // like value, but operand may be used in a comma,ok expression
40 commaok: "comma, ok expression",
93 // commaok <expr> (<untyped kind> <mode> )
94 // commaok <expr> ( <mode> of type <typ>)
27 commaok \/\/ like value, but operand may be used in a comma,ok expression const
assignments.go 25 case constant_, variable, mapindex, value, commaok:
209 get, r, commaOk := unpack(func(x *operand, i int) { check.multiExpr(x, rhs[i]) }, len(rhs), l == 2 && !returnPos.IsValid())
235 if commaOk {
253 get, r, commaOk := unpack(func(x *operand, i int) { check.multiExpr(x, rhs[i]) }, len(rhs), l == 2)
265 if commaOk {
api.go 287 case constant_, variable, mapindex, value, commaok:
314 return tv.mode == commaok || tv.mode == mapindex
call.go 194 if x0.mode == mapindex || x0.mode == commaok {
expr.go 108 x.mode = commaok
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
types.a 561 mapindex?%  commaok?% ??%
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/go/
types.a 561 mapindex?%  commaok?% ??%
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/go/
types.a 561 mapindex?%  commaok?% ??%
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/go/
types.a 561 mapindex?%  commaok?% ??%
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
gc.a     [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
gc.a     [all...]

Completed in 1140 milliseconds