Searched refs:self_type (Results 1 – 14 of 14) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | dictionary.h | 171 typedef mdict_iterator_wrapper self_type; typedef 189 bool operator== (const self_type &other) const 194 bool operator!= (const self_type &other) const 199 self_type &operator++ ()
|
| D | block.h | 510 typedef block_iterator_wrapper self_type; typedef 529 bool operator== (const self_type &other) const 534 bool operator!= (const self_type &other) const 539 self_type &operator++ ()
|
| D | objfiles.h | 174 typedef minimal_symbol_iterator self_type; typedef 191 bool operator== (const self_type &other) const 196 bool operator!= (const self_type &other) const 201 self_type &operator++ () 649 typedef section_iterator self_type; typedef
|
| D | cp-valprint.c | 693 struct type *self_type = TYPE_SELF_TYPE (type); in cp_print_class_member() local 717 cp_find_class_member (&self_type, &fieldno, val << 3); in cp_print_class_member() 719 if (self_type != NULL) in cp_print_class_member() 724 name = self_type->name (); in cp_print_class_member() 728 c_type_print_base (self_type, stream, 0, 0, &type_print_raw_options); in cp_print_class_member() 730 fputs_styled (self_type->field (fieldno).name (), in cp_print_class_member()
|
| D | thread-iter.h | 40 typedef all_threads_iterator self_type; typedef 89 typedef all_matching_threads_iterator self_type; typedef
|
| D | gnu-v3-abi.c | 625 struct type *self_type = TYPE_SELF_TYPE (type); in gnuv3_print_method_ptr() local 626 struct gdbarch *gdbarch = self_type->arch (); in gnuv3_print_method_ptr() 652 physname = gnuv3_find_method_in (self_type, voffset, adjustment); in gnuv3_print_method_ptr() 746 struct type *self_type, *final_type, *method_type; in gnuv3_method_ptr_to_value() local 750 self_type = TYPE_SELF_TYPE (check_typedef (method_ptr->type ())); in gnuv3_method_ptr_to_value() 751 final_type = lookup_pointer_type (self_type); in gnuv3_method_ptr_to_value() 756 gdbarch = self_type->arch (); in gnuv3_method_ptr_to_value()
|
| D | inferior-iter.h | 31 typedef all_inferiors_iterator self_type; typedef
|
| D | progspace.h | 90 typedef unwrapping_objfile_iterator self_type; typedef
|
| D | gdbtypes.c | 1516 return TYPE_MAIN_TYPE (type)->type_specific.self_type; in internal_type_self_type() 1521 return TYPE_MAIN_TYPE (type)->type_specific.func_stuff->self_type; in internal_type_self_type() 1533 set_type_self_type (struct type *type, struct type *self_type) in set_type_self_type() argument 1542 TYPE_MAIN_TYPE (type)->type_specific.self_type = self_type; in set_type_self_type() 1548 TYPE_MAIN_TYPE (type)->type_specific.func_stuff->self_type = self_type; in set_type_self_type() 1567 smash_to_memberptr_type (struct type *type, struct type *self_type, in smash_to_memberptr_type() argument 1573 set_type_self_type (type, self_type); in smash_to_memberptr_type() 1603 smash_to_method_type (struct type *type, struct type *self_type, in smash_to_method_type() argument 1610 set_type_self_type (type, self_type); in smash_to_method_type()
|
| D | gdbtypes.h | 855 struct type *self_type; member 1833 struct type *self_type; member 2462 extern void smash_to_method_type (struct type *type, struct type *self_type,
|
| D | gdb-gdb.py.in | 237 img = "self_type = %s" % type_specific["self_type"]
|
| D | ChangeLog-2015 | 13452 (cp_print_class_member): Rename local domain to self_type. 13454 domain_type to self_type. 13461 (smash_to_memberptr_type): Rename parameter domain to self_type. 13464 (smash_to_method_type): Rename parameter domain to self_type. 13471 (struct main_type) <type_specific>: New member self_type. 13476 self_type. 13477 (gnuv3_method_ptr_to_value): Rename local domain_type to self_type.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/tui/ |
| D | tui-winsource.h | 270 typedef tui_source_window_iterator self_type; typedef 290 bool operator!= (const self_type &other) const 300 self_type &operator++ ()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/objc/ |
| D | objc-act.cc | 8522 tree self_type; in synth_self_and_ucmd_args() local 8526 self_type = objc_instance_type; in synth_self_and_ucmd_args() 8530 self_type = objc_object_type; in synth_self_and_ucmd_args() 8534 PARM_DECL, self_id, self_type)); in synth_self_and_ucmd_args()
|