Searched refs:junk (Results 1 - 25 of 81) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/avr/
H A Dpr60991.c12 volatile char junk[62]; local
13 junk[0] = 5;
16 if (junk[0] != 5)
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dempty_derived_type.f904 type, bind(C) :: junk ! { dg-warning "may be inaccessible by the C companion" }
6 end type junk
H A Denum_5.f9011 end enum junk ! { dg-error "Syntax error" }
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Ddir-junk.d1 #name: C6X junk after directives
2 #error-output: dir-junk.l
H A Ddir-junk.l2 [^:]*:2: Error: junk at end of line, first unrecognized character is `c'
3 [^:]*:3: Error: junk at end of line, first unrecognized character is `x'
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dbuiltin1.C14 void* junk() { function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb131.C7 void junk( float );
8 void junk( double );
18 foo( &junk ); // { dg-error "match" } junk is an unqualified-id.
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A DVersion.c1 static char junk[] = "\n@(#)LIBF77 VERSION 19990503\n"; variable
72 fputs (junk, stderr);
/haiku-buildtools/legacy/gcc/libf2c/libI77/
H A DVersion.c1 static char junk[] = "\n@(#) LIBI77 VERSION pjw,dmg-mods 19990503\n"; variable
317 fputs (junk, stderr);
/haiku-buildtools/legacy/gcc/libf2c/libU77/
H A DVersion.c1 static char junk[] = "\n@(#) LIBU77 VERSION 19980709\n"; variable
11 fputs (junk, stderr);
/haiku-buildtools/binutils/ld/testsuite/ld-pe/
H A Ddirect2_client.c38 int junk[3]; local
39 lib1foofastcall (1, &junk[0]);
40 lib1foostdcall (2, &junk[1]);
41 lib1foocdecl (3, &junk[2]);
42 if (junk[1] != 2 || junk[0] != 1 || junk[2] != 3)
/haiku-buildtools/binutils/gas/testsuite/gas/m68k/
H A Dp2663.s10 bra junk
11 bra junk
12 bra junk
14 junk: label
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m68k/
H A Dp2663.s10 bra junk
11 bra junk
12 bra junk
14 junk: label
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/
H A Dtemporary_buffer.cc25 struct junk { char j[12]; }; struct
31 typedef std::pair<junk*, std::ptrdiff_t> pair_type;
32 pair_type results = std::get_temporary_buffer<junk>(5);
37 // some junk in the buffer.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dnew5.C3 template <class foo> class junk { class
/haiku-buildtools/binutils/gas/testsuite/gas/ppc/
H A Dxcoff-ref-1.l3 .*:3: Error: junk at end of line, first unrecognized character is `1'
/haiku-buildtools/binutils/gas/testsuite/gas/s390/
H A Dmachine-parsing-2.l2 .*:3: Error: junk at end of line, first unrecognized character is .[!].*
H A Dmachine-parsing-5.l2 .*:3: Error: junk at end of line, first unrecognized character is .[!].*
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Ddecltype16.C4 template<typename X> struct junk { struct
10 typedef char type[junk<int>::value==sizeof(char) ? 1 : -1];
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/goacc/
H A Dasyncwait-4.f9514 !$acc wait async (1 2) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
16 !$acc wait async (1,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
18 !$acc wait async (,1) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
20 !$acc wait async (1, 2, ) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
22 !$acc wait async (1, 2, ,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
24 !$acc wait async (1 ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
26 !$acc wait async (1, *) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
28 !$acc wait async (1, a) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
36 !$acc wait async 1 ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
H A Dasyncwait-3.f9514 !$acc wait (1 2) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
16 !$acc wait (1,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
18 !$acc wait (,1) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
20 !$acc wait (1, 2, ) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
22 !$acc wait (1, 2, ,) ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
24 !$acc wait (1 ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
36 !$acc wait 1 ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
38 !$acc wait N ! { dg-error "Unexpected junk in \\\!\\\$ACC WAIT at" }
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20000718.c9 short junk[64]; local
H A D951222-1.c6 char junk[10000]; local
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Doption-pic-2.l4 .*:4: Error: junk at end of line, first unrecognized character is `f'
/haiku-buildtools/binutils/gas/testsuite/gas/i860/
H A Ddir-intel03-err.l3 .*:8: Error: junk at end of line, first unrecognized character is `r'

Completed in 326 milliseconds

1234