/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/ |
H A D | koenig.cc | 44 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 D | pr12028.cc | 6 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 D | type-add-unnamed-struct-ctf.c | 1 struct foo struct 15 struct foo *foo; argument
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
H A D | test_expr.c | 7 struct foo { struct 10 } foo[] = { argument
|
/netbsd-src/tests/usr.bin/cc/ |
H A D | t_asan_poison.sh | 35 int foo(); function 37 int foo() { function 48 foo(); function
|
H A D | t_asan_uaf.sh | 34 int foo(); function 36 int foo() {int *x = (int *)malloc(10 * sizeof(int)); free(x); return x[0];} function
|
H A D | t_asan_off_by_one.sh | 34 void foo(); function 36 void foo() { function
|
/netbsd-src/tests/usr.bin/c++/ |
H A D | t_asan_poison.sh | 35 int foo(); function 37 int foo() { function 48 foo(); function
|
H A D | t_asan_off_by_one.sh | 34 void foo(); function 36 void foo() { function
|
H A D | t_asan_uaf.sh | 34 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 D | d_cast_typeof.c | 6 struct foo { struct 9 struct foo *hole; argument 12 foo(void) in foo() function
|
H A D | d_bltinoffsetof.c | 4 struct foo { struct 21 typedef int first[-(int)__builtin_offsetof(struct foo, u.s.first)]; argument
|
H A D | d_c99_anon_union.c | 8 struct foo { struct 20 struct foo *f = 0; in main() argument
|
H A D | d_c99_union_cast.c | 13 union foo { union 19 foo(struct bar *a) in foo() function
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
H A D | opaque1.c | 1 struct foo { struct 6 struct foo *getfoo () in getfoo() argument
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
H A D | opaque1.c | 1 struct foo { struct 6 struct foo *getfoo () in getfoo() argument
|
/netbsd-src/external/gpl3/gdb/dist/gdb/testsuite/gdb.ctf/ |
H A D | cross-tu-cyclic-1.c | 4 int foo; member 11 struct B *foo; member 14 static struct A *foo __attribute__((used)); variable
|
H A D | cross-tu-cyclic-2.c | 5 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 D | fs-overflow.awk | 1 function foo() { function 10 FS = foo(); function
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | proto-compat.m4 | 15 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 D | have-struct-field.m4 | 16 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 D | pa-nullify.s | 3 .globl foo symbol 5 foo: label
|
H A D | pa64-nullify.s | 4 .globl foo symbol 6 foo: label
|
/netbsd-src/external/lgpl3/mpfr/dist/tests/ |
H A D | reuse.c | 93 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 D | gccw.c | 24 int foo; in test1() local 36 void test2(int foo) in test2()
|