Searched refs:no (Results 1 - 25 of 1399) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dwrite_check4.f9010 character(2) :: no variable
11 no = "no"
12 open (unit=10, asynchronous = no) ! Ok, it isn't a transfer stmt
14 write(*,*, asynchronous=no) ! { dg-error "must be an initialization expression" }
16 read (*,*, asynchronous=no) ! { dg-error "must be an initialization expression" }
H A Dallocatable_scalar_7.f9013 subroutine sub (no)
14 integer, intent(in) :: no local in subroutine:sub
16 if (no == 0) then
19 else if (no == 1) then
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum2.C3 enum tristate { no = -1, maybe, yes }; enumerator in enum:tristate
7 tristate var = no; // { dg-bogus "" }
H A Denum4.C4 enum tristate { no = -1, maybe, yes }; enumerator in enum:tristate
9 return (truth) ? yes : no;
H A Denum3.C4 enum tristate { no = -1, maybe, yes }; enumerator in enum:tristate
11 case no:
/haiku-buildtools/binutils/ld/testsuite/ld-m68k/
H A Disaa-nodiv.s1 .arch isaa,no-div
H A Disab-nousp.s1 .arch isab,no-usp
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-m68k/
H A Disaa-nodiv.s1 .arch isaa,no-div
H A Disab-nousp.s1 .arch isab,no-usp
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dmips16-fp-stub.d2 Section '\.eh_frame' has no debugging data\.
/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dgc-thumb.d2 There are no relocations in this file\.
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D931031-1.c3 int pad:1, no:1; member in struct:s
8 char d = b->no && c;
/haiku-buildtools/binutils/gas/testsuite/gas/s390/
H A Dmachine-parsing-3.l2 .*:3: Error: no such machine extension .[+].*
H A Dmachine-parsing-6.l2 .*:3: Error: no such machine extension .[+].*
H A Dmachine-parsing-4.l2 .*:3: Error: no such machine extension .[+]foo.*
/haiku-buildtools/binutils/gas/testsuite/gas/d10v/
H A Dinstruction_packing-007.s2 ;; -gstabs --no-gstabs-packing inserts nop's so gdb will have the
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/d10v/
H A Dinstruction_packing-007.s2 ;; -gstabs --no-gstabs-packing inserts nop's so gdb will have the
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dempty.s1 # Dummy input file with no instructions at all.
/haiku-buildtools/binutils/gas/testsuite/gas/xtensa/
H A Dentry_misalign2.s1 .begin no-transform
6 .end no-transform
H A Dweak-call.s2 .begin no-longcalls
8 .end no-longcalls
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/xtensa/
H A Dentry_misalign2.s1 .begin no-transform
6 .end no-transform
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dattr-gnu-4-4.l2 .*: Warning: .gnu_attribute 4,4 is no longer supported
/haiku-buildtools/binutils/gas/testsuite/gas/alpha/
H A Delf-usepv-1.s1 .usepv foo, no
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/alpha/
H A Delf-usepv-1.s1 .usepv foo, no
/haiku-buildtools/libtool/depdemo/l1/
H A DMakefile.am3 AUTOMAKE_OPTIONS = no-dependencies foreign
9 libl1_la_LDFLAGS = -no-undefined

Completed in 209 milliseconds

1234567891011>>