HomeSort by relevance Sort by last modified time
    Searched refs:happen (Results 1 - 25 of 459) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Lexer/
long-long.cpp 22 # error should not happen
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
nilfunc.go 24 panic("can't happen")
27 panic("can't happen")
34 panic("can't happen")
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
nilfunc.go 24 panic("can't happen")
27 panic("can't happen")
34 panic("can't happen")
  /external/valgrind/exp-bbv/tests/amd64-linux/
complex_rep.S 10 cld # we want these to happen forward
rep_prefix.S 10 cld # we want these to happen forward
  /external/valgrind/exp-bbv/tests/x86/
complex_rep.S 10 cld # we want these to happen forward
  /prebuilts/go/darwin-x86/src/os/
executable_freebsd.go 21 if n == 0 { // shouldn't happen
29 if n == 0 { // shouldn't happen
  /prebuilts/go/linux-x86/src/os/
executable_freebsd.go 21 if n == 0 { // shouldn't happen
29 if n == 0 { // shouldn't happen
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug456.go 8 // Used to happen with both 6g and 8g.
bug455.go 8 // Used to happen with 6g.
issue14006.go 7 // Literals that happen to resolve to named constants
  /prebuilts/go/linux-x86/test/fixedbugs/
bug456.go 8 // Used to happen with both 6g and 8g.
bug455.go 8 // Used to happen with 6g.
issue14006.go 7 // Literals that happen to resolve to named constants
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fixedbugs_test.go 35 sink = make([]byte, 1000) // force write barriers to eventually happen
43 sink = make([]byte, 1000) // force write barriers to eventually happen
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fixedbugs_test.go 35 sink = make([]byte, 1000) // force write barriers to eventually happen
43 sink = make([]byte, 1000) // force write barriers to eventually happen
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
crange5.s 2 ! them unnecessarily. This can happen if .align handling and insn
  /prebuilts/go/darwin-x86/src/sync/
waitgroup.go 44 // must happen before a Wait. Calls with a negative delta, or calls with a
45 // positive delta that start when the counter is greater than zero, may happen
50 // new Add calls must happen after all previous Wait calls have returned.
83 // - Adds must not happen concurrently with Wait,
  /prebuilts/go/linux-x86/src/sync/
waitgroup.go 44 // must happen before a Wait. Calls with a negative delta, or calls with a
45 // positive delta that start when the counter is greater than zero, may happen
50 // new Add calls must happen after all previous Wait calls have returned.
83 // - Adds must not happen concurrently with Wait,
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/lex/
slice.go 51 // Cannot happen because we only have slices of already-scanned text,
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
phi.go 87 // Lots of phis of the form phi(int32,int64) of type int32 happen here.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
copyelim.go 47 // Infinite copy loops may happen in unreachable code.
  /prebuilts/go/darwin-x86/src/crypto/cipher/
io.go 40 if n != len(src) && err == nil { // should never happen
  /prebuilts/go/darwin-x86/src/math/big/
ratmarsh.go 28 // this should never happen
  /prebuilts/go/darwin-x86/src/runtime/
example_test.go 20 // This can happen if the first argument to runtime.Callers is large.

Completed in 349 milliseconds

1 2 3 4 5 6 7 8 91011>>