Searched refs:function (Results 1 - 25 of 506) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dinfcall.h1 /* Perform an inferior function call, for GDB, the GNU debugger.
28 extern CORE_ADDR find_function_addr (struct value *function,
31 /* Perform a function call in the inferior.
34 is a value, the function to be called. Returns a value
35 representing what the function returned. May fail to return, if a
36 breakpoint or signal is hit during the execution of the function.
40 extern struct value *call_function_by_hand (struct value *function, int nargs,
H A Dgdb_assert.h34 which contains the name of the function currently being defined.
37 it demangles C++ function names. */
49 #define gdb_assert_fail(assertion, file, line, function) \
51 function, assertion)
53 #define gdb_assert_fail(assertion, file, line, function) \
/freebsd-9.3-release/tools/regression/posixsem/
H A Dtest.h43 #define TEST(function, name) \
44 static struct regression_test _regtest_##function = { \
45 (function), \
48 DATA_SET(regression_tests_set, _regtest_##function)
/freebsd-9.3-release/tools/regression/posixshm/
H A Dtest.h43 #define TEST(function, name) \
44 static struct regression_test _regtest_##function = { \
45 (function), \
48 DATA_SET(regression_tests_set, _regtest_##function)
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dint_util.c28 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument
29 panic("%s:%d: abort in %s", file, line, function);
40 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument
41 __assert_rtn(function, file, line, "libcompiler_rt abort");
52 void compilerrt_abort_impl(const char *file, int line, const char *function) { argument
H A Dint_util.h13 * library. The function definitions themselves are all contained in int_util.c
27 const char *function) __attribute__((noreturn));
/freebsd-9.3-release/crypto/heimdal/lib/kadm5/
H A Diprop-commands.in50 function = "iprop_dump"
69 function = "iprop_truncate"
102 function = "iprop_replay"
121 function = "last_version"
129 function = "help"
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Donce.c31 isc_once_do(isc_once_t *controller, void(*function)(void)) {
32 REQUIRE(controller != NULL && function != NULL);
38 function();
/freebsd-9.3-release/contrib/texinfo/info/
H A Dinfomap.c37 the function info_do_lowercase_version (). */
49 keymap[i].function = (InfoCommand *)NULL;
57 keymap[Meta(i)].function =
59 keymap[i].function = InfoCmd(info_do_lowercase_version);
73 if (map[c].function == NULL)
75 for (k = map[c].function->keys; k; k = k->next)
82 m = (Keymap)m[*p].function;
93 add_function_keyseq (InfoCommand *function, argument
98 if (function == NULL ||
99 function
110 remove_function_keyseq(InfoCommand *function, const char *keyseq, Keymap rootmap) argument
[all...]
/freebsd-9.3-release/crypto/heimdal/admin/
H A Dktutil-commands.in84 function = "kt_add"
111 function = "kt_change"
117 function = "kt_copy"
160 function = "kt_get"
178 function = "kt_list"
191 function = "kt_purge"
220 function = "kt_remove"
225 function = "kt_rename"
243 function = "srvconv"
258 function
[all...]
/freebsd-9.3-release/contrib/libreadline/
H A Dkeymaps.c64 keymap[i].function = (rl_command_func_t *)NULL;
71 keymap[i].function = rl_do_lowercase_version;
90 temp[i].function = map[i].function;
108 newmap[i].function = rl_insert;
110 newmap[TAB].function = rl_insert;
111 newmap[RUBOUT].function = rl_rubout; /* RUBOUT == 127 */
112 newmap[CTRL('H')].function = rl_rubout;
117 newmap[i].function = rl_insert;
141 rl_discard_keymap ((Keymap)map[i].function);
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dintegrate.h28 extern rtx get_hard_reg_initial_reg (struct function *, rtx);
33 /* Check whether there's any attribute in a function declaration that
34 makes the function uninlinable. Returns false if it finds any,
H A Dexcept.h24 struct function;
26 /* Per-function EH data. Used only in except.c, but GC and others
37 call to a function which itself may contain a throw. */
45 /* Invokes CALLBACK for every exception region in the current function. */
82 extern rtx get_exception_pointer (struct function *);
83 extern rtx get_exception_filter (struct function *);
85 extern int duplicate_eh_regions (struct function *, duplicate_eh_regions_map,
108 extern void verify_eh_tree (struct function *);
109 extern void dump_eh_tree (FILE *, struct function *);
110 extern bool eh_region_outer_p (struct function *, in
[all...]
/freebsd-9.3-release/lib/csu/amd64/
H A Dcrti.S32 .type _init,@function
39 .type _fini,@function
/freebsd-9.3-release/lib/csu/i386-elf/
H A Dcrti.S32 .type _init,@function
39 .type _fini,@function
/freebsd-9.3-release/lib/csu/sparc64/
H A Dcrti.S47 .type _init,#function
54 .type _fini,#function
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dphp_calldist.d21 * Filename and function names are printed if available.
49 php*:::function-entry
54 self->function[self->depth] = timestamp;
57 php*:::function-return
58 /arg0 && self->function[self->depth]/
60 this->elapsed_incl = timestamp - self->function[self->depth];
62 self->function[self->depth] = 0;
78 printf("\nExclusive function elapsed times (us),\n");
81 printf("\nInclusive function elapsed times (us),\n");
H A Dphp_cpudist.d21 * Filename and function names are printed if available.
49 php*:::function-entry
54 self->function[self->depth] = vtimestamp;
57 php*:::function-return
58 /arg0 && self->function[self->depth]/
60 this->oncpu_incl = vtimestamp - self->function[self->depth];
62 self->function[self->depth] = 0;
78 printf("\nExclusive function on-CPU times (us),\n");
81 printf("\nInclusive function on-CPU times (us),\n");
H A Dpy_calldist.d21 * Filename and function names are printed if available.
49 python*:::function-entry
53 self->function[self->depth] = timestamp;
56 python*:::function-return
57 /self->function[self->depth]/
59 this->elapsed_incl = timestamp - self->function[self->depth];
61 self->function[self->depth] = 0;
77 printf("\nExclusive function elapsed times (us),\n");
80 printf("\nInclusive function elapsed times (us),\n");
H A Dpy_cpudist.d21 * Filename and function names are printed if available.
49 python*:::function-entry
53 self->function[self->depth] = vtimestamp;
56 python*:::function-return
57 /self->function[self->depth]/
59 this->oncpu_incl = vtimestamp - self->function[self->depth];
61 self->function[self->depth] = 0;
77 printf("\nExclusive function on-CPU times (us),\n");
80 printf("\nInclusive function on-CPU times (us),\n");
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_calldist.d21 * Filename and function names are printed if available.
49 php*:::function-entry
54 self->function[self->depth] = timestamp;
57 php*:::function-return
58 /arg0 && self->function[self->depth]/
60 this->elapsed_incl = timestamp - self->function[self->depth];
62 self->function[self->depth] = 0;
78 printf("\nExclusive function elapsed times (us),\n");
81 printf("\nInclusive function elapsed times (us),\n");
H A Dphp_cpudist.d21 * Filename and function names are printed if available.
49 php*:::function-entry
54 self->function[self->depth] = vtimestamp;
57 php*:::function-return
58 /arg0 && self->function[self->depth]/
60 this->oncpu_incl = vtimestamp - self->function[self->depth];
62 self->function[self->depth] = 0;
78 printf("\nExclusive function on-CPU times (us),\n");
81 printf("\nInclusive function on-CPU times (us),\n");
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_calldist.d21 * Filename and function names are printed if available.
49 python*:::function-entry
53 self->function[self->depth] = timestamp;
56 python*:::function-return
57 /self->function[self->depth]/
59 this->elapsed_incl = timestamp - self->function[self->depth];
61 self->function[self->depth] = 0;
77 printf("\nExclusive function elapsed times (us),\n");
80 printf("\nInclusive function elapsed times (us),\n");
H A Dpy_cpudist.d21 * Filename and function names are printed if available.
49 python*:::function-entry
53 self->function[self->depth] = vtimestamp;
56 python*:::function-return
57 /self->function[self->depth]/
59 this->oncpu_incl = vtimestamp - self->function[self->depth];
61 self->function[self->depth] = 0;
77 printf("\nExclusive function on-CPU times (us),\n");
80 printf("\nInclusive function on-CPU times (us),\n");
/freebsd-9.3-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXAllocaHoisting.cpp21 bool NVPTXAllocaHoisting::runOnFunction(Function &function) { argument
23 Function::iterator I = function.begin();
26 for (Function::iterator E = function.end(); I != E; ++I) {

Completed in 154 milliseconds

1234567891011>>