/prebuilts/go/darwin-x86/src/encoding/gob/ |
gobencdec_test.go | 347 // Test an indirection to a large field with methods. 689 // This was a bug: the receiver has a different indirection level
|
encode.go | 506 // the indirection count to reach it.
|
/prebuilts/go/linux-x86/src/encoding/gob/ |
gobencdec_test.go | 347 // Test an indirection to a large field with methods. 689 // This was a bug: the receiver has a different indirection level
|
encode.go | 506 // the indirection count to reach it.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
parse.go | 390 // Register indirection: (reg) or (index*scale). We are on the opening paren. 609 // registerIndirect parses the general form of a register indirection. 612 // Or it might be a pseudo-indirection like (FP).
|
/prebuilts/go/darwin-x86/src/cmd/asm/internal/asm/ |
parse.go | 387 // Register indirection: (reg) or (index*scale). We are on the opening paren. 606 // registerIndirect parses the general form of a register indirection. 609 // Or it might be a pseudo-indirection like (FP).
|
/prebuilts/go/darwin-x86/src/text/template/ |
exec.go | 438 s.errorf("indirection through explicit nil in %s", chain) 637 // Does one dereference or indirection work? We could do more, as we 791 // indirect returns the item at the end of indirection, and a bool to indicate if it's nil.
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/asm/internal/asm/ |
parse.go | 390 // Register indirection: (reg) or (index*scale). We are on the opening paren. 609 // registerIndirect parses the general form of a register indirection. 612 // Or it might be a pseudo-indirection like (FP).
|
/prebuilts/go/linux-x86/src/cmd/asm/internal/asm/ |
parse.go | 387 // Register indirection: (reg) or (index*scale). We are on the opening paren. 606 // registerIndirect parses the general form of a register indirection. 609 // Or it might be a pseudo-indirection like (FP).
|
/prebuilts/go/linux-x86/src/text/template/ |
exec.go | 438 s.errorf("indirection through explicit nil in %s", chain) 637 // Does one dereference or indirection work? We could do more, as we 791 // indirect returns the item at the end of indirection, and a bool to indicate if it's nil.
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
esc.go | 1026 // insert OADDR to account for the additional indirection. 1149 // = means direct flow, and N asterisks (*) encodes content (obtained by indirection) flow. [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
esc.go | 1023 // insert OADDR to account for the additional indirection. 1146 // = means direct flow, and N asterisks (*) encodes content (obtained by indirection) flow. [all...] |
/prebuilts/go/darwin-x86/src/go/types/ |
lookup.go | 200 indirect bool // if set, there was a pointer indirection on the path to this field
|
/prebuilts/go/darwin-x86/src/os/ |
file_plan9.go | 19 // The extra level of indirection ensures that no clients of os
|
file_unix.go | 29 // The extra level of indirection ensures that no clients of os
|
file_windows.go | 24 // The extra level of indirection ensures that no clients of os
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux_386.go | 180 // On x86 Linux, all the socket calls go through an extra indirection,
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
esc.go | 1026 // insert OADDR to account for the additional indirection. 1149 // = means direct flow, and N asterisks (*) encodes content (obtained by indirection) flow. [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
esc.go | 1023 // insert OADDR to account for the additional indirection. 1146 // = means direct flow, and N asterisks (*) encodes content (obtained by indirection) flow. [all...] |
/prebuilts/go/linux-x86/src/go/types/ |
lookup.go | 200 indirect bool // if set, there was a pointer indirection on the path to this field
|
/prebuilts/go/linux-x86/src/os/ |
file_plan9.go | 19 // The extra level of indirection ensures that no clients of os
|
file_unix.go | 29 // The extra level of indirection ensures that no clients of os
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_linux_386.go | 180 // On x86 Linux, all the socket calls go through an extra indirection,
|
/prebuilts/go/darwin-x86/src/runtime/ |
hashmap.go | 121 // The first indirection allows us to reduce static size of hmap. 122 // The second indirection allows to store a pointer to the slice in hiter.
|
/prebuilts/go/linux-x86/src/runtime/ |
hashmap.go | 121 // The first indirection allows us to reduce static size of hmap. 122 // The second indirection allows to store a pointer to the slice in hiter.
|