Searched refs:bug (Results 1 - 25 of 262) sorted by relevance

1234567891011

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dswitch-8.c5 goto bug;
7 bug: return 0;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dexternal_implicit_none.f906 external bug ! { dg-error "has no IMPLICIT type" }
9 print *, bug(x)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dstruct1.C1 struct bug { struct
6 struct bug s = { 0, (__SIZE_TYPE__) &s | 1 };
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dexplicit72.C6 template <class X, class Y> struct bug {}; struct
7 template <class X> struct bug<X,char> { typedef char t; }; struct
8 template <class X> struct bug<X,unsigned char> { typedef unsigned char t; }; struct
9 template <class X> struct bug<X,signed char> { typedef signed char t; }; struct
10 template <class X> struct bug<char,X> { typedef char t; }; struct
11 template <class X> struct bug<unsigned char,X> { typedef unsigned char t; }; struct
12 template <class X> struct bug<signed char,X> { typedef signed char t; }; struct
15 bug<int,char>::t();
16 bug<int,signed char>::t();
17 bug<in
[all...]
H A Dexplicit71.C9 class bug { class
15 class bug<X>::a<char> {}; // { dg-error "" }
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dloop.s1 LOOP bug LC0 = P0>>1;
2 LOOP_BEGIN bug;
4 LOOP_END bug;
H A Dloop2.s1 LOOP .bug LC0 = P0>>1;
2 LOOP_BEGIN .bug;
4 LOOP_END .bug;
H A Dloop3.s1 LOOP $bug LC0 = P0>>1;
2 LOOP_BEGIN $bug;
4 LOOP_END $bug;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-nsdmi1.C4 struct bug { bug*a = [&]{ return [=]{return this;}(); }(); }; struct
7 bug b;
H A Dlambda-nsdmi2.C4 struct bug { int a; int *b = [&]{ return &a; }(); }; struct
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash48.C8 class bug { // { dg-message "bug::bug|candidate expects" } class
10 bug(int size);
13 bug::bug(int size) // { dg-message "bug::bug|candidate expects" } function in class:bug
21 bug test; // { dg-error "no match" }
H A Dcrash44.C3 template <class T> class bug { class
13 template <class T> void bug<T>::NotRedeclared(const int)
17 template <class T> void bug<T>::Foo(const int)
24 bug<char> InstantiatedBug;
H A Dnest11.C12 int bug (A::B &y);
17 A::C::bug (A::B &y) function in class:A::C
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Drealloc.C5 class bug { class
11 bug c;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dlocal-fn1.C6 void bug();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb5.C8 void bug() { function in class:Bug
13 void dummy(Bug x) { x.bug(); }
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D991216-4.c2 static void bug(int size, int tries) function
14 bug(5, 10);
H A D20000412-6.c1 unsigned bug (unsigned short value, unsigned short *buffer,
7 if (bug (512, buf, buf + 3) != 491)
14 bug (unsigned short value, unsigned short *buffer, unsigned short *bufend) function
H A D20001017-1.c2 void bug (double *Cref, char transb, int m, int n, int k, function
13 bug (C, 'B', 1, 2, 3, 4.0, A, 5, B, 6, 7.0, C, 8);
H A D20061101-2.c14 void bug(int q, long bcount) function
30 bug(5, 36863);
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A D980520-1.c4 int bug(void) function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dcrash3.C10 void bug(int i) function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/eh/
H A Domit-frame-pointer.C21 } catch (Bug bug) {
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr45112.C11 int bug [__alignof__ (JSString::unitStringTable) >= 8 ? 1 : -1]; variable
/haiku-buildtools/gcc/contrib/reghunt/examples/
H A D28970.c10 void bug(int q, int bcount) function
26 bug(5, 36863);

Completed in 227 milliseconds

1234567891011