Searched defs:type (Results 726 - 750 of 2885) sorted by relevance

<<21222324252627282930>>

/freebsd-10.1-release/contrib/gcc/
H A Dpasses.c195 rest_of_type_compilation (tree type, int toplev) argument
H A Dstub-objc.c76 objc_non_volatilized_type (tree type) argument
575 tree type = TREE_TYPE (exp); local
H A Dtarghooks.c88 default_return_in_memory (tree type, argument
100 default_objc_fpreturn_msgcall (tree type, bool no_long_double) argument
202 default_cxx_get_cookie_size (tree type) argument
620 default_builtin_vector_alignment_reachable(tree type, bool is_packed) argument
[all...]
H A Dtree-ssa-loop-ivcanon.c76 tree cond, type, var; local
H A Dtree-ssa-math-opts.c295 tree type, new_stmt; local
H A Dtree-vect-patterns.c74 tree type = TREE_TYPE (name); local
163 tree type, half_type; local
384 tree type, half_type; local
[all...]
H A Dtree-vn.c64 make_value_handle (tree type) argument
/freebsd-10.1-release/contrib/gcclibs/libiberty/
H A Drandom.c326 register int type = new_state[0] % MAX_TYPES; local
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dauxv.c149 CORE_ADDR type, val; local
185 CORE_ADDR type, val; local
H A Dbcache.c315 print_bcache_statistics(struct bcache *c, char *type) argument
H A Dc-lang.c210 struct type *type = NULL; local
[all...]
H A Dc-typeprint.c65 c_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
132 cp_type_print_derivation_info(struct ui_file *stream, struct type *type) argument
204 c_type_print_varspec_prefix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int need_post_space) argument
303 c_type_print_modifier(struct type *type, struct ui_file *stream, int need_pre_space, int need_post_space) argument
346 c_type_print_args(struct type *type, struct ui_file *stream) argument
389 is_type_conversion_operator(struct type *type, int i, int j) argument
525 c_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args) argument
655 c_type_print_base(struct type *type, struct ui_file *stream, int show, int level) argument
[all...]
H A Dcli-out.c163 cli_begin(struct ui_out *uiout, enum ui_out_type type, int level, const char *id) argument
176 cli_end(struct ui_out *uiout, enum ui_out_type type, int level) argument
H A Dcorefile.c338 read_memory_typed_address(CORE_ADDR addr, struct type *type) argument
H A Dcp-abi.c72 baseclass_offset (struct type *type, int index, char *valaddr, argument
81 value_virtual_fn_field(struct value **arg1p, struct fn_field *f, int j, struct type *type, int offset) argument
H A Df-lang.c253 struct type *type = NULL; local
[all...]
H A Df-valprint.c71 f77_get_dynamic_lowerbound (struct type *type, int *lower_bound) argument
129 f77_get_dynamic_upperbound(struct type *type, int *upper_bound) argument
194 f77_get_dynamic_length_of_aggregate(struct type *type) argument
232 f77_create_arrayprint_offset_tbl(struct type *type, struct ui_file *stream) argument
281 f77_print_array_1(int nss, int ndimensions, struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty, int *elts) argument
326 f77_print_array(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
364 f_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
[all...]
H A Dfindvar.c167 extract_typed_address (const void *buf, struct type *type) argument
236 store_typed_address (void *buf, struct type *type, CORE_ADD argument
313 unsigned_pointer_to_address(struct type *type, const void *buf) argument
319 signed_pointer_to_address(struct type *type, const void *buf) argument
327 unsigned_address_to_pointer(struct type *type, void *buf, CORE_ADDR addr) argument
333 address_to_signed_pointer(struct type *type, void *buf, CORE_ADDR addr) argument
399 struct type *type = SYMBOL_TYPE (var); local
431 store_typed_address (VALUE_CONTENTS_RAW (v), type, addr); local
434 store_typed_address (VALUE_CONTENTS_RAW (v), type, local
615 value_from_register(struct type *type, int regnum, struct frame_info *frame) argument
760 struct type *type = SYMBOL_TYPE (var); local
[all...]
H A Dgdb-events.c232 enum gdb_event type; member in struct:event
[all...]
H A Dgnu-v2-abi.c91 gnuv2_virtual_fn_field(struct value **arg1p, struct fn_field * f, int j, struct type * type, int offset) argument
299 vb_match(struct type *type, int index, struct type *basetype) argument
350 gnuv2_baseclass_offset(struct type *type, int index, char *valaddr, CORE_ADDR address) argument
[all...]
H A Dgnu-v3-abi.c280 gnuv3_virtual_fn_field(struct value **value_p, struct fn_field *f, int j, struct type *type, int offset) argument
360 gnuv3_baseclass_offset(struct type *type, int index, char *valaddr, CORE_ADDR address) argument
[all...]
H A Di387-tdep.c297 i387_register_to_value(struct frame_info *frame, int regnum, struct type *type, void *to) argument
322 i387_value_to_register(struct frame_info *frame, int regnum, struct type *type, const void *from) argument
[all...]
H A Dinfcall.c88 struct type *type local
[all...]
H A Djv-valprint.c50 struct type *type; local
254 java_print_value_fields(struct type *type, char *valaddr, CORE_ADDR address, struct ui_file *stream, int format, int recurse, enum val_prettyprint pretty) argument
451 java_val_print(struct type *type, char *valaddr, int embedded_offset, CORE_ADDR address, struct ui_file *stream, int format, int deref_ref, int recurse, enum val_prettyprint pretty) argument
[all...]
/freebsd-10.1-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-var.c47 char *type; local
259 char *type; local
[all...]

Completed in 142 milliseconds

<<21222324252627282930>>