| /src/external/bsd/nvi/dist/perl_scripts/ |
| tk.pl | 3 sub fun { subroutine
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/ |
| segv.c | 20 static int (*fun)(int); variable 25 return fun (42); /* test.call */
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/ |
| segv.c | 20 static int (*fun)(int); variable 25 return fun (42); /* test.call */
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-array-bounds.h | 41 struct function *fun; member in class:array_bounds_checker
|
| ipa-comdats.cc | 342 struct cgraph_node *fun; local 346 && (!(fun = dyn_cast <cgraph_node *> (symbol)) 347 || !fun->thunk)
|
| value-prof.h | 56 struct function *fun; 55 struct function *fun; member in struct:histogram_value_t
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-array-bounds.h | 41 struct function *fun; member in class:array_bounds_checker
|
| ipa-comdats.cc | 342 struct cgraph_node *fun; local 346 && (!(fun = dyn_cast <cgraph_node *> (symbol)) 347 || !fun->thunk)
|
| value-prof.h | 56 struct function *fun; 55 struct function *fun; member in struct:histogram_value_t
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/ |
| killed-outside.c | 32 fun (void *dummy) function 54 pthread_create (&thread, NULL, fun, NULL);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/ |
| killed-outside.c | 32 fun (void *dummy) function 54 pthread_create (&thread, NULL, fun, NULL);
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| arm-pthread_cond_timedwait-bt.c | 26 static void *fun(void *arg) function 58 err = pthread_create(&thread, NULL, fun, NULL);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| arm-pthread_cond_timedwait-bt.c | 26 static void *fun(void *arg) function 58 err = pthread_create(&thread, NULL, fun, NULL);
|
| /src/tests/kernel/ |
| t_timeleft.c | 56 void (*fun)(struct timespec *); member in struct:info 79 (*i->fun)(&i->ts); 84 tester(void (*fun)(struct timespec *)) 88 struct info i = { fun, ts };
|
| /src/external/bsd/nvi/dist/ipc/ |
| ip_trans.c | 134 IPFunc fun; local 205 fun = *(IPFunc *) 207 if (fun != NULL && 208 ipfuns[ipb.code - 1].unmarshall(ipviwin, &ipb, fun))
|
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| analysis-plan.cc | 127 const function *fun local 131 if ((int)m_sg.get_num_snodes (fun)
|
| /src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| analysis-plan.cc | 128 const function *fun local 132 if ((int)m_sg.get_num_snodes (fun)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gdb-code-style.el | 34 (defun gdb-fun-name-hook () 38 (add-hook 'c-mode-common-hook 'gdb-fun-name-hook)
|
| /src/external/gpl3/gdb/dist/gdb/ |
| gdb-code-style.el | 34 (defun gdb-fun-name-hook () 38 (add-hook 'c-mode-common-hook 'gdb-fun-name-hook)
|
| /src/external/gpl3/gcc/dist/libcc1/ |
| libcc1.cc | 148 cc1_plugin::callback_ftype *fun 152 connection->add_callback ("binding_oracle", fun); 154 fun = cc1_plugin::invoker<gcc_address, 156 connection->add_callback ("address_oracle", fun); 145 cc1_plugin::callback_ftype *fun local
|
| libcp1.cc | 171 cc1_plugin::callback_ftype *fun 174 connection->add_callback ("binding_oracle", fun); 176 fun = cc1_plugin::invoker<gcc_address, 178 connection->add_callback ("address_oracle", fun); 180 fun = cc1_plugin::invoker<int>::invoke<cp_call_enter_scope>; 181 connection->add_callback ("enter_scope", fun); 183 fun = cc1_plugin::invoker<int>::invoke<cp_call_leave_scope>; 184 connection->add_callback ("leave_scope", fun); 168 cc1_plugin::callback_ftype *fun local
|
| /src/external/gpl3/gcc.old/dist/libcc1/ |
| libcc1.cc | 148 cc1_plugin::callback_ftype *fun 152 connection->add_callback ("binding_oracle", fun); 154 fun = cc1_plugin::invoker<gcc_address, 156 connection->add_callback ("address_oracle", fun); 145 cc1_plugin::callback_ftype *fun local
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| call-sc.c | 40 T fun() function 45 void Fun(T foo) 62 Fun(init); 66 "advance fun" is guaranteed to have always been preceded by a 72 L = fun ();
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| call-sc.c | 40 T fun() function 45 void Fun(T foo) 62 Fun(init); 66 "advance fun" is guaranteed to have always been preceded by a 72 L = fun ();
|
| /src/sys/rump/dev/lib/libpci/ |
| rumpdev_pci.c | 85 int bus, device, fun; local 87 pci_decompose_tag(pc, tag, &bus, &device, &fun); 88 rumpcomp_pci_confread(bus, device, fun, reg, &rv); 95 int bus, device, fun; local 97 pci_decompose_tag(pc, tag, &bus, &device, &fun); 98 rumpcomp_pci_confwrite(bus, device, fun, reg, data);
|