Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gdb.old/dist/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
H A Dpr9594.cc9 class Foo : public Base class
16 Foo () { foo_value = 0;} in Foo() function in Foo
17 Foo (int i) { foo_value = i;} in Foo() function in Foo
/netbsd-src/external/gpl3/gdb/dist/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
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.betterc/
H A Dtest22336.d6 struct Foo { struct
14 Foo a = Foo(42); in main() argument
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.go/
H A Dpackage2.go5 func Foo () { func
H A Dmethods.go7 func (t T) Foo () { func
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.go/
H A Dpackage2.go5 func Foo () { func
H A Dmethods.go7 func (t T) Foo () { func
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d34 static struct Foo in issue15111() struct
36 T t; in issue15111()
37 alias t this; in issue15111()
230 static struct Foo in pr2243() struct
232 int a = 99; in pr2243()
233 float b = 4.0; in pr2243()
234 size_t toHash() const pure @safe nothrow in pr2243()
304 enum Foo[] staexpr = [Foo(), Foo(), Foo()]; in pr2243() local
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/profile/Inputs/
H A Dinstrprof-comdat-2.cpp5 FOO<long> Foo; in bar() local
H A Dinstrprof-comdat-1.cpp7 FOO<int> Foo; in main() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.hash/
H A Dtest_hash.d42 static struct Foo in issue15111() struct
44 T t; in issue15111()
45 alias t this; in issue15111()
350 static struct Foo in pr2243() struct
352 int a = 99; in pr2243()
353 float b = 4.0; in pr2243()
354 size_t toHash() const pure @safe nothrow in pr2243()
423 enum Foo[] staexpr = [Foo(), Foo(), Foo()]; in pr2243() local
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.mi/
H A Dgdb701.c8 typedef struct _foo Foo; typedef
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.mi/
H A Dgdb701.c8 typedef struct _foo Foo; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
H A Dtemplated_fixture_test.cc15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State &st) { in BENCHMARK_TEMPLATE_F() argument
H A Dfixture_test.cc28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() argument
/netbsd-src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
H A Dtemplated_fixture_test.cc15 BENCHMARK_TEMPLATE_F(MyFixture, Foo, int)(benchmark::State& st) { in BENCHMARK_TEMPLATE_F() argument
H A Dfixture_test.cc28 BENCHMARK_F(MyFixture, Foo)(benchmark::State &st) { in BENCHMARK_F() argument
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtypecons.d392 struct Foo struct
394 ~this() { debug(Unique) writeln(" Foo destructor"); } in ~this() argument
398 alias UFoo = Unique!(Foo); argument
H A Dfunctional.d467 struct Foo struct
470 auto opEquals(Foo foo) in opEquals() argument
1206 struct Foo { int k; } argument
H A Darray.d151 struct Foo struct
155 auto a = array([Foo(1), Foo(2), Foo(3), Foo(4), Foo(5)][]); argument
162 struct Foo struct
165 void opAssign(Foo foo) in opAssign() argument
169 auto opEquals(Foo foo) in opEquals() argument
3562 struct Foo { struct
3568 "12".map!Foo.array; argument
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d476 struct Foo{void opCall(int){}} in opCall() struct
540 struct Foo{void opCall(int){}} in opCall() struct
1299 static struct Foo { struct
H A Dtypecons.d386 struct Foo struct
392 alias UFoo = Unique!(Foo); argument
H A Dfunctional.d487 struct Foo struct
490 auto opEquals(Foo foo) in opEquals() argument
H A Darray.d188 struct Foo struct
192 auto a = array([Foo(1), Foo(2), Foo(3), Foo(4), Foo(5)][]); argument
219 struct Foo struct
222 noreturn opAssign(Foo) in opAssign() argument
226 auto opEquals(Foo foo) in opEquals() argument
4391 struct Foo { struct
4397 "12".map!Foo.array; argument

12