Home
last modified time | relevance | path

Searched defs:foo (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dkoenig.cc44 int foo (O o){return 1; } in foo() function
45 int foo (O o, O o2){return 2; } in foo() function
46 int foo (O o, O o2, int i){return 3; } in foo() function
52 int foo ( O fo, ::E::O eo){ return 4;} in foo() function
53 int foo (int i, O fo, ::E::O eo){ return 5;} in foo() function
59 int foo (O go, ::F::O fo, ::E::O eo){ return 6; } in foo() function
67 int foo (O){ return 7;} in foo() function
91 int foo (U){ return 8;} in foo() function
92 int foo (S){ return 9;} in foo() function
93 int foo (E){ return 10;} in foo() function
[all …]
H A Dpr12028.cc6 int foo (A) { return 11; } in foo() function
7 int foo (C) { return 12; } in foo() function
/netbsd-src/external/gpl3/gdb/dist/libctf/testsuite/libctf-regression/
H A Dtype-add-unnamed-struct-ctf.c1 struct foo struct
15 struct foo *foo; argument
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Dtest_expr.c7 struct foo { struct
10 } foo[] = { argument
/netbsd-src/tests/usr.bin/cc/
H A Dt_asan_poison.sh35 int foo(); function
37 int foo() { function
48 foo(); function
H A Dt_asan_uaf.sh34 int foo(); function
36 int foo() {int *x = (int *)malloc(10 * sizeof(int)); free(x); return x[0];} function
H A Dt_asan_off_by_one.sh34 void foo(); function
36 void foo() { function
/netbsd-src/tests/usr.bin/c++/
H A Dt_asan_poison.sh35 int foo(); function
37 int foo() { function
48 foo(); function
H A Dt_asan_off_by_one.sh34 void foo(); function
36 void foo() { function
H A Dt_asan_uaf.sh34 int foo(); function
36 int foo() {int *x = (int *)malloc(10 * sizeof(int)); free(x); return x[0];} function
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dd_cast_typeof.c6 struct foo { struct
9 struct foo *hole; argument
12 foo(void) in foo() function
H A Dd_bltinoffsetof.c4 struct foo { struct
21 typedef int first[-(int)__builtin_offsetof(struct foo, u.s.first)]; argument
H A Dd_c99_anon_union.c8 struct foo { struct
20 struct foo *f = 0; in main() argument
H A Dd_c99_union_cast.c13 union foo { union
19 foo(struct bar *a) in foo() function
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dopaque1.c1 struct foo { struct
6 struct foo *getfoo () in getfoo() argument
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dopaque1.c1 struct foo { struct
6 struct foo *getfoo () in getfoo() argument
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ctf/
H A Dcross-tu-cyclic-1.c4 int foo; member
11 struct B *foo; member
14 static struct A *foo __attribute__((used)); variable
H A Dcross-tu-cyclic-2.c5 struct B *foo; member
11 struct B *foo; member
15 static struct C *foo __attribute__((used)); variable
/netbsd-src/external/historical/nawk/dist/bugs-fixed/
H A Dfs-overflow.awk1 function foo() { function
10 FS = foo(); function
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/
H A Dproto-compat.m415 define([foo], translit($2, [a-z], [A-Z])[_PROTO_COMPATIBLE]) macro
17 AC_DEFINE(foo, 1, [define if prototype of $2 is compatible with definition
H A Dhave-struct-field.m416 define(foo, translit(HAVE_$1_$2, [a-z ], [A-Z_])) macro
17 AC_DEFINE(foo, 1, [Define if $1 has field $2.]) definition
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dpa-nullify.s3 .globl foo symbol
5 foo: label
H A Dpa64-nullify.s4 .globl foo symbol
6 foo: label
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dreuse.c93 const char *foo, mpfr_prec_t prec, mpfr_rnd_t rnd) in test3()
168 const char *foo, mpfr_prec_t prec, mpfr_rnd_t rnd) in test4()
303 const char *foo, mpfr_prec_t prec, mpfr_rnd_t rnd) in test2ui()
348 const char *foo, mpfr_prec_t prec, mpfr_rnd_t rnd) in testui2()
390 const char *foo, mpfr_prec_t prec, mpfr_rnd_t rnd) in test2()
430 const char *foo, mpfr_prec_t prec) in test2a()
470 const char *foo, mpfr_prec_t prec, mpfr_rnd_t rnd) in test3a()
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dgccw.c24 int foo; in test1() local
36 void test2(int foo) in test2()

12345678910>>...14