/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/ |
H A D | access23.C | 6 struct Foo { struct 8 union { 12 union X { 15 } PUB ; 39 struct Bar : public Foo { argument
|
H A D | overload28.C | 3 struct Foo { struct 4 Foo() { } // ERROR - candidate in Foo() argument
|
/openbsd/gnu/usr.bin/perl/cpan/AutoLoader/t/ |
H A D | 01AutoLoader.t | 36 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 D | anon-union.cc | 2 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 D | delete3.C | 11 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 D | empty2.C | 20 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 D | vtable3.h | 69 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 D | test_skipping.py | 9 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 D | test_case.py | 21 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 D | test_loader.py | 15 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 D | test_result.py | 44 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 D | parse_version.t | 69 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 D | Winline-4.C | 7 struct Foo { struct 14 Foo f; in bar() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
H A D | p9129.C | 10 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 D | eh31.C | 8 Foo() { ++count; } in Foo() function 9 Foo(const Foo&) { ++count; } in Foo() function
|
H A D | p7912.C | 9 Foo() { ++count; }; in Foo() function 10 Foo(const Foo&) { ++count; }; in Foo() argument
|
H A D | net11.C | 4 struct Foo { struct 13 Foo::m() const in m() argument
|
H A D | net12.C | 4 struct Foo { struct 13 Foo::m() const in m() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/other/ |
H A D | access1.C | 8 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 D | instantiate4.C | 8 struct Foo { struct 13 void Baz(Foo<int>::EE x); argument
|
H A D | deduce1.C | 6 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 D | ctors9.C | 11 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 D | conv9.C | 4 Foo struct 20 Foo::foo() const in foo() argument
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/opt/ |
H A D | reg-stack.C | 16 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 D | spec36.C | 9 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
|