Home
last modified time | relevance | path

Searched defs:Foo (Results 1 – 25 of 137) sorted by relevance

123456

/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Daccess23.C6 struct Foo { struct
8 union {
12 union X {
15 } PUB ;
39 struct Bar : public Foo { argument
H A Doverload28.C3 struct Foo { struct
4 Foo() { } // ERROR - candidate in Foo() argument
/openbsd/gnu/usr.bin/perl/cpan/AutoLoader/t/
H A D01AutoLoader.t36 package Foo; package
42 package Foo; package
48 package Foo; package
57 package Foo; package
63 package Foo; package
115 package Foo; package
121 package Foo; package
143 package Foo; package
/openbsd/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Danon-union.cc2 struct Foo { struct
3 union {
6 } num1;
7 struct X {
11 union {
38 Foo foo = {0, 0}; in main() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.oliva/
H A Ddelete3.C11 struct Foo { struct
14 Foo() { in Foo() argument
21 ~Foo() { in ~Foo() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dempty2.C20 virtual void Foo () {}; in Foo() function
24 virtual void Foo () {}; in Foo() function
28 virtual void Foo () {}; in Foo() function
32 virtual void Foo () {}; in Foo() function
36 virtual void Foo () {}; in Foo() function
40 virtual void Foo () {}; in Foo() function
44 virtual void Foo () {}; in Foo() function
48 virtual void Foo () {}; in Foo() function
H A Dvtable3.h69 virtual int Foo (void *p) {return Test (this, p, 1);} in Foo() function
79 virtual int Foo (void *p) {return Test (this, p, 2);} in Foo() function
88 virtual int Foo (void *p) {return Test (this, p, 3);} in Foo() function
99 virtual int Foo (void *p) {return Test (this, p, 4);} in Foo() function
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_skipping.py9 class Foo(unittest2.TestCase): class
21 class Foo(unittest2.TestCase): class
39 class Foo(unittest2.TestCase): class
64 class Foo(unittest2.TestCase): class
80 class Foo(unittest2.TestCase): class
95 class Foo(unittest2.TestCase): class
111 class Foo(unittest2.TestCase): class
139 class Foo(unittest2.TestCase): class
H A Dtest_case.py21 class Foo(unittest2.TestCase): class in Test
261 class Foo(unittest2.TestCase): class
272 class Foo(unittest2.TestCase): class
444 class Foo(unittest2.TestCase): class
460 class Foo(unittest2.TestCase): class
477 class Foo(unittest2.TestCase): class
500 class Foo(unittest2.TestCase): class
515 class Foo(unittest2.TestCase): class
525 class Foo(unittest2.TestCase): class
540 class Foo(unittest2.TestCase): class
[all …]
H A Dtest_loader.py15 class Foo(unittest2.TestCase): class
33 class Foo(unittest2.TestCase): class
70 class Foo(unittest2.TestCase): class
925 class Foo(unittest2.TestCase): class
1072 class Foo(unittest2.TestCase): class
1098 class Foo(unittest2.TestCase): class
1125 class Foo(unittest2.TestCase): class
1152 class Foo(unittest2.TestCase): class
1186 class Foo(unittest2.TestCase): class
1203 class Foo(unittest2.TestCase): class
[all …]
H A Dtest_result.py44 class Foo(unittest2.TestCase): class
66 class Foo(unittest2.TestCase): class
118 class Foo(unittest2.TestCase): class
158 class Foo(unittest2.TestCase): class
207 class Foo(unittest2.TestCase): class
/openbsd/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/t/
H A Dparse_version.t69 package Foo 1.23; package
75 package Foo 1.23; package
93 package Foo 1.23 { package
100 package Foo 1.23 { } package
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/warn/
H A DWinline-4.C7 struct Foo { struct
14 Foo f; in bar() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp9129.C10 int (Foo::*pA)() = { &Foo::DoSomething }; variable
11 int (Foo::*X[1])(int) = { { &Foo::DoSomething } }; // ERROR - variable
12 int (Foo::*Y[])(int) = { { &Foo::DoSomething, &Foo::DoSomething, 0 } }; // ERROR - variable
H A Deh31.C8 Foo() { ++count; } in Foo() function
9 Foo(const Foo&) { ++count; } in Foo() function
H A Dp7912.C9 Foo() { ++count; }; in Foo() function
10 Foo(const Foo&) { ++count; }; in Foo() argument
H A Dnet11.C4 struct Foo { struct
13 Foo::m() const in m() argument
H A Dnet12.C4 struct Foo { struct
13 Foo::m() const in m() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/
H A Daccess1.C8 class Foo; variable
9 struct Foo struct
26 void Outer::pub() { i = new Inner(Foo::m); } in pub() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/template/
H A Dinstantiate4.C8 struct Foo { struct
13 void Baz(Foo<int>::EE x); argument
H A Ddeduce1.C6 template <typename T> int Foo (T const *) in Foo() function
10 template <typename T> int Foo (T const &) in Foo() function
14 template <typename T, __SIZE_TYPE__ I> int Foo (T const (&ref)[I]) in Foo() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dctors9.C11 struct Foo struct
15 const Foo* operator-> () const {return this;} argument
18 Foo::Foo(int aa) in Foo() function
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dconv9.C4 Foo struct
20 Foo::foo() const in foo() argument
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/
H A Dreg-stack.C16 struct Foo : public Base struct
32 Foo::Foo () in Foo() function
42 new Foo; in main() local
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec36.C9 template <typename T> int Foo (T *) {puts (__PRETTY_FUNCTION__); return 1;} in Foo() function
10 template <typename T> int Foo (T &) {puts (__PRETTY_FUNCTION__); return 2;} in Foo() function
11 template <typename T> int Foo (T const &) {puts (__PRETTY_FUNCTION__); return 3;} in Foo() function

123456