Searched refs:Foo (Results 1 - 25 of 595) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dargs1.C9 void Foo (int) function
11 Foo(2 2); // { dg-error "expected" "" }
H A Ddefarg10.C6 void Foo (int = 0);
10 friend void Foo (int);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20081127_1.C1 struct Foo { Foo(); }; struct
2 Foo::Foo() { } function in class:Foo
H A D20080910-1_0.C2 struct Foo { Foo(int); }; void func() { new Foo(0); } struct
H A D20081127_0.C1 struct Foo { Foo(); }; struct
2 static void func() { new Foo(); }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Danon-struct-5.c5 struct Foo { int; }; /* { dg-bogus "unnamed" } */ struct
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dexplicit-constructor.C7 struct Foo struct
9 Foo () {} function in struct:Foo
10 explicit Foo (int) {} function in struct:Foo
11 Foo (char) {} function in struct:Foo
12 ~Foo () {};
18 Foo foo;
H A Ddeleted-member-function.C5 struct Foo struct
7 Foo () {} function in struct:Foo
9 Foo (const Foo&) = delete;
10 Foo & operator=(const Foo&) = delete;
16 Foo foo;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/headers/cmath/
H A Doverloads_c++0x_neg.cc26 struct Foo { }; struct
28 template Foo std::atan2<Foo, Foo>(Foo, Foo); // { dg-error "not match" }
29 template Foo std::acosh<Foo>(Foo); // { dg-error "not match" }
30 template Foo st
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Darray28.C3 struct Foo { explicit Foo(int) { } }; function in struct:Foo
5 Goo() : x(Foo(4), Foo(5)) { } // { dg-error "array" }
6 Foo x[2];
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.eh/
H A Dinline1.C7 struct Foo struct
9 inline ~Foo ();
16 inline Foo::~Foo ()
23 Foo tmp;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Doverload28.C4 struct Foo { struct
5 Foo() { } // { dg-message "note" } function in struct:Foo
6 Foo(int i = 25) { } // { dg-message "note" } function in struct:Foo
11 Foo* f1 = new Foo(); // { dg-error "ambiguous" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dpragmaweak1.C5 void Foo();
8 void Foo() { } function
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/visibility/
H A Dfvisibility.C7 class Foo class
12 void Foo::method() { }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/gcov/
H A Dgcovpart-12b.C1 struct Foo { struct
2 Foo () {} function in struct:Foo
H A Dgcov-12.C6 struct Foo { struct
7 Foo () function in struct:Foo
15 Foo b;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Derror9.C3 struct Foo struct
6 ~Foo(); // { dg-error "" }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp9129.C5 class Foo { class
10 int (Foo::*pA)() = { &Foo::DoSomething };
11 int (Foo::*X[1])(int) = { { &Foo::DoSomething } }; // { dg-error "" }
12 int (Foo::*Y[])(int) = { { &Foo::DoSomething, &Foo::DoSomething, 0 } }; // { dg-error "" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr65049.C4 struct Foo struct
6 Foo() {} function in struct:Foo
12 Foo copy_foo(Foo);
14 struct Bar : Foo
16 Bar(Foo t) : Foo(copy_foo(t)) {}
19 Bar a = Foo();
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-static8.C5 struct Foo { struct
8 const double Foo::d; // { dg-warning "constexpr" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Derror4.C10 void Foo(int const &); // { dg-message "in passing" "" }
14 Foo (Wrapper ()); // { dg-error "Wrapper" "" }
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dp13417.C5 class Foo { class
7 explicit Foo (int){} function in class:Foo
9 Foo f(10);
10 Foo blat() return f(4){} // { dg-error "" } named return value
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dupcast-1.c4 typedef struct { int i; } Foo; typedef in typeref:struct:__anon2510
5 Foo foo;
6 Foo *bar(void)
8 return (Foo *)&foo.i;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dvar-templ24.C3 template <class T> bool Foo = Foo<int>; variable
4 template <> bool Foo<int> = true; variable
5 int i = Foo<char>;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/eh/
H A Dctor1.h1 struct Foo struct
3 ~Foo ();
9 Foo f;

Completed in 263 milliseconds

1234567891011>>