Home
last modified time | relevance | path

Searched defs:baz (Results 1 – 25 of 136) sorted by relevance

123456

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20000706-1.c4 struct baz { struct
8 void bar(struct baz *x, int f, int g, int h, int i, int j) in bar() argument
H A D20000706-2.c4 struct baz { struct
8 void bar(struct baz *x, int f, int g, int h, int i, int j) in bar() argument
H A D20000703-1.c3 struct baz struct
11 void foo(struct baz *p, unsigned int c, unsigned int d) in foo() argument
H A D20000706-5.c4 struct baz { int a, b, c; }; argument
H A D20000707-1.c4 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 Dmangle3.C5 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 Dptrmem8.C17 struct baz : filler1, bar, filler2 struct
19 int bazm; argument
H A Dcast6.C19 struct baz : filler1, bar, filler2 struct
21 int bazm; argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash55.C12 template <class T> struct baz { struct
15 baz(); argument
16 ~baz() { t::d(e); } in ~baz() argument
H A Dexplicit74.C6 struct baz { int i; foo<baz> j; } *p = 0; struct
H A Denum14.C14 typedef int baz; typedef
28 typedef int baz; // ERROR - private typedef
H A Doverload4.C7 void baz() { in baz() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/init/
H A Daddr-const1.C21 struct baz { struct
22 baz () { in baz() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dwtr-union-init-3.c26 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 Dpretty4.C17 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 Deb122.C7 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 Dattr1.C25 struct __attribute__ ((packed)) baz struct
46 struct baz2 argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/
H A Dtypename1.C14 template <class T> struct baz { struct
15 typedef bar<T>::foo foo; // ERROR - missing typename
H A Dtypename2.C25 template <class T> struct baz { struct
26 typedef bar<T>::foo foo; // ERROR - implicit typename
H A Ddwarf3.C23 void baz() { in baz() function
24 foo<> *baz; in baz() local
H A Ddelete1.C27 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 Dmember2.C18 struct baz : foo struct
27 baz b; in main() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dredef1.c17 #define baz() whiz bang macro
18 #define baz() whiz bang macro
H A Dredef2.c25 #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 Dvisibility1.C13 void baz (foo *f) in baz() function

123456