Searched refs:never (Results 1 - 25 of 112) sorted by relevance

12345

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-delete.C3 constexpr bool never() = delete; // useless, but OK
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Darm-it-bad.d2 #as: -march=armv7a -mimplicit-it=never
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/chan/
H A Dselect3.go15 const never = "function did" const
23 // Calls f and verifies that f always/never panics depending on signal.
26 s := never
38 // Calls f and empirically verifies that f always/never blocks depending on signal.
43 c <- never // f didn't block
69 // sending/receiving from a nil channel inside a select is never selected
70 testPanic(never, func() {
77 testPanic(never, func() {
85 // sending to an async channel with free buffer space never blocks
86 testBlock(never, fun
[all...]
H A Dselect6.go12 // will never wake up. In the code below c1 is such a channel.
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/result_of/
H A Dsfinae_friendly_2.cc47 struct never { static const bool value = false; }; struct
52 static_assert(never<T>::value, "duh");
/haiku-buildtools/binutils/gas/testsuite/gas/d30v/
H A Dserial.s4 # will never be executed. GAS should detect this.
6 trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
H A Dserial.l12 4 # will never be executed. GAS should detect this.
14 6 \?\?\?\? ........ trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d30v/
H A Dserial.s4 # will never be executed. GAS should detect this.
6 trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
H A Dserial.l12 4 # will never be executed. GAS should detect this.
14 6 \?\?\?\? ........ trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
/haiku-buildtools/binutils/binutils/testsuite/binutils-all/
H A Dstrip-11.d6 # The RL78 linker scripts always PROVIDE a __rl78_abs__ symbol so the stripped symbol table is never empty.
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dstm32l4xx-cannot-fix-far-ldm.s21 @ Check that the linker never generates a wrong branch
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dundefined.s14 # for undefined symbols the page never gets resolved any further.
/haiku-buildtools/binutils/gas/testsuite/gas/cfi/
H A Dcfi-i386.s104 #; This function is never called and the CFI info doesn't make sense.
H A Dcfi-x86_64.s104 #; This function is never called and the CFI info doesn't make sense.
134 #; This function is never called and the CFI info doesn't make sense.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Dgc2.go10 // (Cyclic data with finalizers is never finalized, nor collected.)
H A Dnil.go109 // nil channel is never ready
/haiku-buildtools/binutils/
H A Dinstall-sh151 -T) is_target_a_directory=never;;
277 if test "$is_target_a_directory" = never; then
/haiku-buildtools/gcc/
H A Dinstall-sh151 -T) is_target_a_directory=never;;
277 if test "$is_target_a_directory" = never; then
/haiku-buildtools/gcc/gcc/
H A Dgengtype-lex.l65 %option 8bit never-interactive
/haiku-buildtools/binutils/gas/testsuite/gas/mmix/
H A Dcomment-1.s27 SAVE $42,0 never; x y z
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/mmix/
H A Dcomment-1.s27 SAVE $42,0 never; x y z
/haiku-buildtools/gcc/gmp/mpn/powerpc32/
H A Ddiveby3.asm38 C a chance, whereas 0xAA..AB never will. If, for instance, src[] is all
/haiku-buildtools/legacy/gcc/gcc/config/sparc/
H A Dsol2-g1.asm85 ! We should never get here.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug257.go[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/stress/
H A Drunstress.go7 // It runs forever and should never fail. It tries to stress the garbage collector,

Completed in 427 milliseconds

12345