/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ |
H A D | 20000706-1.c | 4 struct baz { struct 8 void bar(struct baz *x, int f, int g, int h, int i, int j) in bar() argument
|
H A D | 20000706-2.c | 4 struct baz { struct 8 void bar(struct baz *x, int f, int g, int h, int i, int j) in bar() argument
|
H A D | 20000703-1.c | 3 struct baz struct 11 void foo(struct baz *p, unsigned int c, unsigned int d) in foo() argument
|
H A D | 20000706-5.c | 4 struct baz { int a, b, c; }; argument
|
H A D | 20000707-1.c | 4 struct baz { struct 16 bar (struct baz x, int b, int c) in bar() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/ |
H A D | mangle3.C | 5 static int baz = 1; in bar() local 7 static int baz = 2; in bar() local 11 struct baz { in bar() struct 12 static int m () in bar() 22 static int baz = 3; in bar() local
|
H A D | ptrmem8.C | 17 struct baz : filler1, bar, filler2 struct 19 int bazm; argument
|
H A D | cast6.C | 19 struct baz : filler1, bar, filler2 struct 21 int bazm; argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/ |
H A D | crash55.C | 12 template <class T> struct baz { struct 15 baz(); argument 16 ~baz() { t::d(e); } in ~baz() argument
|
H A D | explicit74.C | 6 struct baz { int i; foo<baz> j; } *p = 0; struct
|
H A D | enum14.C | 14 typedef int baz; typedef 28 typedef int baz; // ERROR - private typedef
|
H A D | overload4.C | 7 void baz() { in baz() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/ |
H A D | addr-const1.C | 21 struct baz { struct 22 baz () { in baz() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | wtr-union-init-3.c | 26 struct baz struct 47 …static struct baz f3 = { 1, 2, {{0,0}} }; /* { dg-bogus "traditional C rejects initialization of u… in testfunc() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/ |
H A D | pretty4.C | 17 void baz (char const (&)[5]) {} in baz() function 34 void baz () in baz() function 44 int baz (int) in baz() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.robertl/ |
H A D | eb122.C | 7 void baz() { (({ while( foo::baz() );})); } in baz() function 10 void baz() { (({ while( foo::baz() );})); } in baz() function
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/ |
H A D | attr1.C | 25 struct __attribute__ ((packed)) baz struct 46 struct baz2 argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/ |
H A D | typename1.C | 14 template <class T> struct baz { struct 15 typedef bar<T>::foo foo; // ERROR - missing typename
|
H A D | typename2.C | 25 template <class T> struct baz { struct 26 typedef bar<T>::foo foo; // ERROR - implicit typename
|
H A D | dwarf3.C | 23 void baz() { in baz() function 24 foo<> *baz; in baz() local
|
H A D | delete1.C | 27 struct baz : foo { struct 28 virtual ~baz() {} // ERROR - delete is private in vdtor in ~baz() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/overload/ |
H A D | member2.C | 18 struct baz : foo struct 27 baz b; in main() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/ |
H A D | redef1.c | 17 #define baz() whiz bang macro 18 #define baz() whiz bang macro
|
H A D | redef2.c | 25 #define baz(x, y) x+y /* { dg-warning "previous def" "baz prev def" } */ macro 26 #define baz(x, y) x +y /* { dg-warning "redefined" "baz redefined" } */ macro
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
H A D | visibility1.C | 13 void baz (foo *f) in baz() function
|