HomeSort by relevance Sort by last modified time
    Searched full:haspointers (Results 1 - 25 of 52) sorted by null

1 2 3

  /prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
reflect.go 191 if !haspointers(t.Type) && !haspointers(t.Down) && t.Type.Width <= MAXKEYSIZE && t.Down.Width <= MAXVALSIZE {
653 func haspointers(t *Type) bool { func
654 if t.Haspointers != 0 {
655 return t.Haspointers-1 != 0
689 ret = haspointers(t.Type)
694 if haspointers(t1.Type) {
713 Fatal("haspointers: unexpected type, %v", t)
716 t.Haspointers = 1 + uint8(obj.Bool2int(ret))
723 if !haspointers(t)
    [all...]
pgen.go 200 ap := obj.Bool2int(haspointers(a.Type))
201 bp := obj.Bool2int(haspointers(b.Type))
283 if haspointers(n.Type) {
esc.go 505 if ll.N.Type != nil && !haspointers(ll.N.Type) {
1042 if src.Type != nil && !haspointers(src.Type) {
    [all...]
order.go 562 tmp1 := ordertemp(typ, order, haspointers(typ))
580 tmp1 := ordertemp(ch.Type, order, haspointers(ch.Type))
850 r.Left = ordertemp(r.Right.Left.Type.Type, order, haspointers(r.Right.Left.Type.Type))
    [all...]
range.go 348 if haspointers(t.Type) {
go.go 174 Haspointers uint8 // 0 unknown, 1 no, 2 yes
gsubr.go 224 if nam.Type != nil && !haspointers(nam.Type) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
reflect.go 188 if !haspointers(t.Type) && !haspointers(t.Down) && t.Type.Width <= MAXKEYSIZE && t.Down.Width <= MAXVALSIZE {
650 func haspointers(t *Type) bool { func
651 if t.Haspointers != 0 {
652 return t.Haspointers-1 != 0
686 ret = haspointers(t.Type)
691 if haspointers(t1.Type) {
710 Fatal("haspointers: unexpected type, %v", t)
713 t.Haspointers = 1 + uint8(obj.Bool2int(ret))
720 if !haspointers(t)
    [all...]
pgen.go 197 ap := obj.Bool2int(haspointers(a.Type))
198 bp := obj.Bool2int(haspointers(b.Type))
280 if haspointers(n.Type) {
esc.go 502 if ll.N.Type != nil && !haspointers(ll.N.Type) {
1039 if src.Type != nil && !haspointers(src.Type) {
    [all...]
order.go 559 tmp1 := ordertemp(typ, order, haspointers(typ))
577 tmp1 := ordertemp(ch.Type, order, haspointers(ch.Type))
847 r.Left = ordertemp(r.Right.Left.Type.Type, order, haspointers(r.Right.Left.Type.Type))
    [all...]
range.go 345 if haspointers(t.Type) {
go.go 171 Haspointers uint8 // 0 unknown, 1 no, 2 yes
gsubr.go 221 if nam.Type != nil && !haspointers(nam.Type) {
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
reflect.go 191 if !haspointers(t.Type) && !haspointers(t.Down) && t.Type.Width <= MAXKEYSIZE && t.Down.Width <= MAXVALSIZE {
653 func haspointers(t *Type) bool { func
654 if t.Haspointers != 0 {
655 return t.Haspointers-1 != 0
689 ret = haspointers(t.Type)
694 if haspointers(t1.Type) {
713 Fatal("haspointers: unexpected type, %v", t)
716 t.Haspointers = 1 + uint8(obj.Bool2int(ret))
723 if !haspointers(t)
    [all...]
pgen.go 200 ap := obj.Bool2int(haspointers(a.Type))
201 bp := obj.Bool2int(haspointers(b.Type))
283 if haspointers(n.Type) {
esc.go 505 if ll.N.Type != nil && !haspointers(ll.N.Type) {
1042 if src.Type != nil && !haspointers(src.Type) {
    [all...]
order.go 562 tmp1 := ordertemp(typ, order, haspointers(typ))
580 tmp1 := ordertemp(ch.Type, order, haspointers(ch.Type))
850 r.Left = ordertemp(r.Right.Left.Type.Type, order, haspointers(r.Right.Left.Type.Type))
    [all...]
range.go 348 if haspointers(t.Type) {
go.go 174 Haspointers uint8 // 0 unknown, 1 no, 2 yes
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
reflect.go 188 if !haspointers(t.Type) && !haspointers(t.Down) && t.Type.Width <= MAXKEYSIZE && t.Down.Width <= MAXVALSIZE {
650 func haspointers(t *Type) bool { func
651 if t.Haspointers != 0 {
652 return t.Haspointers-1 != 0
686 ret = haspointers(t.Type)
691 if haspointers(t1.Type) {
710 Fatal("haspointers: unexpected type, %v", t)
713 t.Haspointers = 1 + uint8(obj.Bool2int(ret))
720 if !haspointers(t)
    [all...]
pgen.go 197 ap := obj.Bool2int(haspointers(a.Type))
198 bp := obj.Bool2int(haspointers(b.Type))
280 if haspointers(n.Type) {
esc.go 502 if ll.N.Type != nil && !haspointers(ll.N.Type) {
1039 if src.Type != nil && !haspointers(src.Type) {
    [all...]
order.go 559 tmp1 := ordertemp(typ, order, haspointers(typ))
577 tmp1 := ordertemp(ch.Type, order, haspointers(ch.Type))
847 r.Left = ordertemp(r.Right.Left.Type.Type, order, haspointers(r.Right.Left.Type.Type))
    [all...]
range.go 345 if haspointers(t.Type) {

Completed in 553 milliseconds

1 2 3