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

  /prebuilts/go/darwin-x86/test/fixedbugs/
bug009.go 14 bug9.go:5: defaultlit: unknown literal: LITERAL-B0 a(1)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug009.go 14 bug9.go:5: defaultlit: unknown literal: LITERAL-B0 a(1)
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
unsafe.go 12 n.Left = defaultlit(n.Left, nil)
typecheck.go 234 // array/slice indexes. It is equivalent to defaultlit
245 n = defaultlit(n, Types[TINT])
248 n = defaultlit(n, nil)
559 r = defaultlit(r, Types[TUINT])
575 // no defaultlit for left
809 n.Left = defaultlit(n.Left, nil)
839 n.Left = defaultlit(n.Left, nil)
938 n.Left = defaultlit(n.Left, nil)
985 n.Left = defaultlit(n.Left, nil)
1035 n.Right = defaultlit(n.Right, t.Key()
    [all...]
const.go 797 nr = defaultlit(nr, nl.Type)
802 nl = defaultlit(nl, nr.Type)
813 nr = defaultlit(nr, Types[TUINT])
1293 // The result of defaultlit MUST be assigned back to n, e.g.
1294 // n.Left = defaultlit(n.Left, t)
1295 func defaultlit(n *Node, t *Type) *Node { func
1338 yyerror("defaultlit: unknown literal: %v", n)
1341 Fatalf("defaultlit: idealkind is CTxxx: %+v", n)
1398 // defaultlit on both nodes simultaneously;
swt.go 75 n.Left = defaultlit(n.Left, nil)
126 ls[i1] = defaultlit(ls[i1], t)
walk.go     [all...]
subr.go 841 // 6. rule about untyped constants - already converted by defaultlit.
978 n = defaultlit(n, t)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
unsafe.go 12 n.Left = defaultlit(n.Left, nil)
typecheck.go 234 // array/slice indexes. It is equivalent to defaultlit
245 n = defaultlit(n, Types[TINT])
248 n = defaultlit(n, nil)
559 r = defaultlit(r, Types[TUINT])
575 // no defaultlit for left
809 n.Left = defaultlit(n.Left, nil)
839 n.Left = defaultlit(n.Left, nil)
938 n.Left = defaultlit(n.Left, nil)
985 n.Left = defaultlit(n.Left, nil)
1035 n.Right = defaultlit(n.Right, t.Key()
    [all...]
const.go 797 nr = defaultlit(nr, nl.Type)
802 nl = defaultlit(nl, nr.Type)
813 nr = defaultlit(nr, Types[TUINT])
1293 // The result of defaultlit MUST be assigned back to n, e.g.
1294 // n.Left = defaultlit(n.Left, t)
1295 func defaultlit(n *Node, t *Type) *Node { func
1338 yyerror("defaultlit: unknown literal: %v", n)
1341 Fatalf("defaultlit: idealkind is CTxxx: %+v", n)
1398 // defaultlit on both nodes simultaneously;
swt.go 75 n.Left = defaultlit(n.Left, nil)
126 ls[i1] = defaultlit(ls[i1], t)
walk.go     [all...]
subr.go 841 // 6. rule about untyped constants - already converted by defaultlit.
978 n = defaultlit(n, t)
    [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 5817 milliseconds