HomeSort by relevance Sort by last modified time
    Searched refs:like (Results 176 - 200 of 1241) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/darwin-x86/misc/cgo/testplugin/src/issue18676/
main.go 5 // The bug happened like this:
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
deadcode.go 18 p := []*Block{f.Entry} // stack-like worklist
54 var q []*Value // stack-like worklist of unscanned values
257 // whereas copies don't. This matters in loops like:
274 // situation like this:
location.go 14 // A Register is a machine register, like %rax.
  /prebuilts/go/darwin-x86/src/cmd/dist/
main.go 60 // count is a flag.Value that is like a flag.Bool and a flag.Int.
  /prebuilts/go/darwin-x86/src/cmd/vet/
doc.go 135 complains about arguments that look like format descriptor strings.
193 discarded. By default, this includes functions like fmt.Errorf and
194 fmt.Sprintf and methods like String and Error. The flags -unusedfuncs
206 A comma-separated list of print-like function names
nilfunc.go 7 A useless comparison is one like f == nil as opposed to f() == nil.
  /prebuilts/go/darwin-x86/src/crypto/cipher/
ctr.go 25 // implementation of CTR, like crypto/aes. NewCTR will check for this interface
  /prebuilts/go/darwin-x86/src/encoding/gob/
error.go 21 // errorf is like error_ but takes Printf-style arguments to construct an error.
  /prebuilts/go/darwin-x86/src/internal/syscall/windows/sysdll/
sysdll.go 10 // IsSystemDLL reports whether the named dll key (a base name, like
  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_solaris.go 30 // and do it anyway, like on Darwin, because Solaris might eventually
  /prebuilts/go/darwin-x86/src/os/
wait_wait6.go 21 // The arguments on 32-bit FreeBSD look like the following:
  /prebuilts/go/darwin-x86/src/runtime/debug/
stack_test.go 23 The traceback should look something like this, modulo line numbers and hex constants.
  /prebuilts/go/darwin-x86/src/runtime/
mem_darwin.go 22 // Linux's MADV_DONTNEED is like BSD's MADV_FREE.
msan.go 28 // the runtime, but operations like a slice copy can call msanread
os_netbsd_arm.go 19 // TODO(minux): FP checks like in os_linux_arm.go.
  /prebuilts/go/darwin-x86/src/runtime/trace/
trace.go 6 // The tracer captures a wide range of execution events like goroutine
  /prebuilts/go/darwin-x86/src/sync/
runtime.go 16 // SemacquireMutex is like Semacquire, but for profiling contended Mutexes.
  /prebuilts/go/darwin-x86/test/bench/go1/
gob_test.go 46 // gob turns [] into null, so make a copy of the data structure like that
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue13160.go 29 // Arena where we read and write pointers like crazy.
issue4585.go 29 // USmall is like U but the frontend will inline comparison
  /prebuilts/go/darwin-x86/test/
live1.go 15 // like the live.go test does.
nilptr3.go 156 _ = x[9] // ERROR "generated nil check" // bug: would like to remove this check (but nilcheck and load are in different blocks)
165 _ = x[9] // ERROR "generated nil check" // bug would like to remove before indirect
175 _ = x[9] // ERROR "generated nil check" // bug would like to remove before indirect
179 _ = x[9] // ERROR "generated nil check" // bug would like to remove before indirect
  /prebuilts/go/linux-x86/misc/cgo/testplugin/src/issue18676/
main.go 5 // The bug happened like this:
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
deadcode.go 18 p := []*Block{f.Entry} // stack-like worklist
54 var q []*Value // stack-like worklist of unscanned values
257 // whereas copies don't. This matters in loops like:
274 // situation like this:
location.go 14 // A Register is a machine register, like %rax.

Completed in 720 milliseconds

1 2 3 4 5 6 78 91011>>