Home
last modified time | relevance | path

Searched refs:function (Results 51 – 75 of 897) sorted by relevance

12345678910>>...36

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-ssa-operands.c122 gimple_ssa_operands (const struct function *fun) in gimple_ssa_operands()
131 ssa_operands_active (struct function *fun) in ssa_operands_active()
144 create_vop_var (struct function *fn) in create_vop_var()
182 init_ssa_operands (struct function *fn) in init_ssa_operands()
204 fini_ssa_operands (struct function *fn) in fini_ssa_operands()
236 ssa_operand_alloc (struct function *fn, unsigned size) in ssa_operand_alloc()
282 alloc_use (struct function *fn) in alloc_use()
319 finalize_ssa_defs (struct function *fn, gimple *stmt) in finalize_ssa_defs()
357 finalize_ssa_uses (struct function *fn, gimple *stmt) in finalize_ssa_uses()
490 add_virtual_operand (struct function *fn, in add_virtual_operand()
[all …]
H A Dtree-ssa-operands.h92 extern bool ssa_operands_active (struct function *);
93 extern void init_ssa_operands (struct function *fn);
94 extern void fini_ssa_operands (struct function *);
95 extern bool verify_ssa_operands (struct function *, gimple *stmt);
96 extern void free_stmt_operands (struct function *, gimple *);
97 extern void update_stmt_operands (struct function *, gimple *);
H A Dtree-ssanames.h81 extern void init_ssanames (struct function *, int);
82 extern void fini_ssanames (struct function *);
84 extern tree make_ssa_name_fn (struct function *, tree, gimple *,
86 extern void release_ssa_name_fn (struct function *, tree);
97 extern tree copy_ssa_name_fn (struct function *, tree, gimple *);
99 extern tree duplicate_ssa_name_fn (struct function *, tree, gimple *);
H A Dfunction.h225 struct GTY(()) function { struct
399 void add_local_decl (struct function *fun, tree d); argument
410 extern GTY(()) struct function *cfun;
451 loops_for_fn (struct function *fn) in loops_for_fn()
459 set_loops_for_fn (struct function *fn, struct loops *loops) in set_loops_for_fn()
573 extern void free_after_parsing (struct function *);
574 extern void free_after_compilation (struct function *);
627 extern void set_cfun (struct function *new_cfun, bool force = false);
628 extern void push_cfun (struct function *new_cfun);
665 extern const char *function_name (struct function *);
H A Dcfgloop.h339 void release_recorded_exits (function *);
342 void sort_sibling_loops (function *);
506 get_loop (struct function *fn, unsigned num) in get_loop()
544 get_loops (struct function *fn) in get_loops()
557 number_of_loops (struct function *fn) in number_of_loops()
570 loops_state_satisfies_p (function *fn, unsigned flags) in loops_state_satisfies_p()
584 loops_state_set (function *fn, unsigned flags) in loops_state_set()
598 loops_state_clear (function *fn, unsigned flags) in loops_state_clear()
649 loop_iterator (function *fn, loop_p *loop, unsigned flags);
655 function *fn;
[all …]
H A Drtl-error.c99 const char *function) in _fatal_insn() argument
108 fancy_abort (file, line, function); in _fatal_insn()
113 const char *function) in _fatal_insn_not_found() argument
116 _fatal_insn ("unrecognizable insn:", insn, file, line, function); in _fatal_insn_not_found()
119 insn, file, line, function); in _fatal_insn_not_found()
H A Dipa.c1220 return function; in meet()
1222 if (!function) in meet()
1224 else if (function != user) in meet()
1227 return function; in meet()
1246 function = meet (function, vnode->get_alias_target (), single_user_map); in propagate_single_user()
1256 if (!function) in propagate_single_user()
1257 function = cnode; in propagate_single_user()
1258 else if (function != cnode) in propagate_single_user()
1259 function = BOTTOM; in propagate_single_user()
1262 function = meet (function, dyn_cast <varpool_node *> (ref->referring), in propagate_single_user()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Dvec.c42 const char *function; member
67 return d->file == l->file && d->function == l->function && d->line == l->line; in eq_descriptor()
98 vec_descriptor (const char *name, int line, const char *function) in vec_descriptor() argument
105 loc.function = function; in vec_descriptor()
116 (*slot)->function = function; in vec_descriptor()
125 const char *name, int line, const char *function) in register_overhead() argument
127 struct vec_descriptor *loc = vec_descriptor (name, line, function); in register_overhead()
525 const char *file, unsigned int line, const char *function) in vec_assert_fail() argument
528 struct_name, op, function, trim_filename (file), line); in vec_assert_fail()
592 sprintf (s, "%s:%i (%s)", s1, d->line, d->function); in dump_vec_loc_statistics()
H A Dtree-flow.h432 extern basic_block label_to_block_fn (struct function *, tree);
437 extern void verify_gimple_in_cfg (struct function *);
459 extern void init_empty_tree_cfg_for_function (struct function *);
498 extern tree gimple_default_def (struct function *, tree);
544 extern void init_tree_ssa (struct function *);
576 bool need_ssa_update_p (struct function *);
589 extern void init_ssanames (struct function *, int);
591 extern tree make_ssa_name_fn (struct function *, tree, gimple);
784 extern int lookup_stmt_eh_lp_fn (struct function *, gimple);
786 extern bool maybe_clean_eh_stmt_fn (struct function *, gimple);
[all …]
H A Drtl-error.c101 const char *function) in _fatal_insn() argument
110 fancy_abort (file, line, function); in _fatal_insn()
115 const char *function) in _fatal_insn_not_found() argument
118 _fatal_insn ("unrecognizable insn:", insn, file, line, function); in _fatal_insn_not_found()
121 insn, file, line, function); in _fatal_insn_not_found()
H A Dfunction.h503 struct GTY(()) function { struct
643 add_local_decl (struct function *fun, tree d) in add_local_decl() argument
657 extern GTY(()) struct function *cfun;
693 extern void set_cfun (struct function *new_cfun);
694 extern void push_cfun (struct function *new_cfun);
732 extern void free_after_parsing (struct function *);
733 extern void free_after_compilation (struct function *);
764 extern bool optimize_function_for_size_p (struct function *);
765 extern bool optimize_function_for_speed_p (struct function *);
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dfcntl.h515 # define _GL_WARN_ON_USE(function, message) \ argument
516 extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
521 # define _GL_WARN_ON_USE(function, message) \ argument
522 extern __typeof__ (function) function
525 # define _GL_WARN_ON_USE(function, message) \ argument
539 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
540 extern rettype function parameters_and_attributes \
544 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
545 extern rettype function parameters_and_attributes
547 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
/dragonfly/contrib/gcc-8.0/libbacktrace/
H A Ddwarf.c233 struct function struct
257 struct function *function; member
2170 && function == p->function) in add_function_range()
2186 p->function = function; in add_function_range()
2196 struct unit *u, struct function *function, in add_function_ranges() argument
2264 struct function *function; in read_function_entry() local
2295 function = ((struct function *) in read_function_entry()
2300 memset (function, 0, sizeof *function); in read_function_entry()
2437 backtrace_free (state, function, sizeof *function, in read_function_entry()
2654 struct function *function; in dwarf_lookup_pc() local
[all …]
/dragonfly/contrib/cvs-1.12/diff/
H A Dcontext.c136 char const *function; local
155 function = 0;
157 find_function (&files[0], first0, &function, &function_length);
165 if (function)
168 write_output (function, min (function_length - 1, 40));
267 char const *function; local
286 function = 0;
288 find_function (&files[0], first0, &function, &function_length);
301 if (function)
304 write_output (function, min (function_length - 1, 40));
/dragonfly/contrib/gcc-4.7/libcpp/
H A Dconfig.in21 /* Define to 1 if you have `alloca', as a function or macro. */
28 /* Define to 1 if you have the `clearerr_unlocked' function. */
122 /* Define to 1 if you have the `feof_unlocked' function. */
131 /* Define to 1 if you have the `fgetc_unlocked' function. */
134 /* Define to 1 if you have the `fgets_unlocked' function. */
143 /* Define to 1 if you have the `fputc_unlocked' function. */
146 /* Define to 1 if you have the `fputs_unlocked' function. */
149 /* Define to 1 if you have the `fread_unlocked' function. */
158 /* Define to 1 if you have the `getc_unlocked' function. */
161 /* Define if you have the iconv() function. */
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dinfcall.c247 find_function_addr (struct value *function, struct type **retval_type) in find_function_addr() argument
249 struct type *ftype = check_typedef (value_type (function)); in find_function_addr()
261 funaddr = value_address (function); in find_function_addr()
264 funaddr = value_as_address (function); in find_function_addr()
291 funaddr = value_as_address (value_addr (function)); in find_function_addr()
298 if (VALUE_LVAL (function) == lval_memory) in find_function_addr()
302 funaddr = value_as_address (value_addr (function)); in find_function_addr()
311 funaddr = (CORE_ADDR) value_as_long (function); in find_function_addr()
473 struct type *ftype = check_typedef (value_type (function)); in call_function_by_hand()
583 funaddr = find_function_addr (function, &values_type); in call_function_by_hand()
[all …]
/dragonfly/gnu/usr.bin/diff/libdiffutils/
H A Dtime.h478 # define _GL_WARN_ON_USE(function, message) \ argument
479 extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
484 # define _GL_WARN_ON_USE(function, message) \ argument
485 extern __typeof__ (function) function
488 # define _GL_WARN_ON_USE(function, message) \ argument
502 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
503 extern rettype function parameters_and_attributes \
507 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
508 extern rettype function parameters_and_attributes
510 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
/dragonfly/contrib/gdb-7/readline/
H A Dreadline.c763 func = map[key].function;
782 rl_last_func = map[key].function;
786 else if (map[ANYOTHERKEY].function)
815 if (map[key].function != 0)
876 if (map[key].function != 0)
878 macro = savestring ((char *)map[key].function);
913 func = m[ANYOTHERKEY].function;
922 nf = m[key].function;
925 m[key].function = func;
928 m[key].function = nf;
[all …]
/dragonfly/gnu/usr.bin/gdb/libgnu/
H A Dwctype.h325 # define _GL_WARN_ON_USE(function, message) \ argument
326 extern __typeof__ (function) function __attribute__ ((__warning__ (message)))
329 # define _GL_WARN_ON_USE(function, message) \
330 extern __typeof__ (function) function
332 # define _GL_WARN_ON_USE(function, message) \
345 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \ argument
346 extern rettype function parameters_and_attributes \
350 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
351 extern rettype function parameters_and_attributes
353 # define _GL_WARN_ON_USE_CXX(function,rettype,parameters_and_attributes,msg) \
/dragonfly/contrib/ncurses/include/
H A DCaps390 key_f0 kf0 str k0 KEY_F(0) 0410 YBCGE F0 function key
391 key_f1 kf1 str k1 KEY_F(1) - YBCGE F1 function key
392 key_f10 kf10 str k; KEY_F(10) - ----E F10 function key
393 key_f2 kf2 str k2 KEY_F(2) - YBCGE F2 function key
394 key_f3 kf3 str k3 KEY_F(3) - YBCGE F3 function key
395 key_f4 kf4 str k4 KEY_F(4) - YBCGE F4 function key
396 key_f5 kf5 str k5 KEY_F(5) - YBCGE F5 function key
397 key_f6 kf6 str k6 KEY_F(6) - YBCGE F6 function key
398 key_f7 kf7 str k7 KEY_F(7) - YBCGE F7 function key
399 key_f8 kf8 str k8 KEY_F(8) - YBCGE F8 function key
[all …]
/dragonfly/contrib/binutils-2.27/gprof/
H A Dgprof.texi582 @itemx --function-ordering
878 function @samp{.mul}.
1018 function per call, if this function is profiled. Otherwise, this field
1019 is blank for this function.
1023 function and its descendants per call, if this function is profiled.
1135 function.
1149 function.
1180 A function's entry has a line for each function it was called by.
1650 function does tell you that that function used an insignificant fraction of
1777 For a recursive function, Unix @code{gprof} lists the function as a
[all …]
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dlto.texi47 of function bodies.
55 This pass executes the function @code{lto_output} in
222 reading the function on demand.
377 the callgraph without needing to update function bodies.
387 function that it will be inlined into.
391 site to adjust for the new function signature.
399 a given function.
420 function or variable is generated or when a function or variable
443 function} describes the value of a parameter of a given function
444 call in function @code{A} based on this knowledge.
[all …]
H A Dcfg.texi18 stream) abstracting the control flow behavior of a function that is
59 The total number of basic blocks in the function is
68 function. These blocks are called @code{ENTRY_BLOCK_PTR} and
85 In the RTL representation of a function, the instruction stream
87 Any function that moves or duplicates the basic blocks needs
111 @code{can_fallthru} function.
238 instruction stream. The function @code{force_nonfallthru} is
341 @item function entry points
342 @cindex function entry point, alternate function entry point
355 @item function exits
[all …]
/dragonfly/lib/libipfw3/layer2/
H A Dipfw3_layer2.c259 load_module(register_func function, register_keyword keyword) in load_module() argument
262 function(MODULE_LAYER2_ID, O_LAYER2_LAYER2, in load_module()
266 function(MODULE_LAYER2_ID, O_LAYER2_MAC, in load_module()
269 function(MODULE_LAYER2_ID, O_LAYER2_MAC_SRC, in load_module()
273 function(MODULE_LAYER2_ID, O_LAYER2_MAC_SRC_LOOKUP, in load_module()
278 function(MODULE_LAYER2_ID, O_LAYER2_MAC_DST, in load_module()
282 function(MODULE_LAYER2_ID, O_LAYER2_MAC_DST_LOOKUP, in load_module()
/dragonfly/contrib/tcpdump/
H A Dprint-loopback.c60 uint16_t function; in loopback_message_print() local
65 function = GET_LE_U_2(cp); in loopback_message_print()
68 ND_PRINT(", %s", tok2str(fcode_str, " invalid (%u)", function)); in loopback_message_print()
70 switch (function) { in loopback_message_print()

12345678910>>...36