Home
last modified time | relevance | path

Searched refs:self_type (Results 1 – 14 of 14) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Ddictionary.h171 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++ ()
Dblock.h510 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++ ()
Dobjfiles.h174 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
Dcp-valprint.c693 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()
Dthread-iter.h40 typedef all_threads_iterator self_type; typedef
89 typedef all_matching_threads_iterator self_type; typedef
Dgnu-v3-abi.c625 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()
Dinferior-iter.h31 typedef all_inferiors_iterator self_type; typedef
Dprogspace.h90 typedef unwrapping_objfile_iterator self_type; typedef
Dgdbtypes.c1516 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()
Dgdbtypes.h855 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,
Dgdb-gdb.py.in237 img = "self_type = %s" % type_specific["self_type"]
DChangeLog-201513452 (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/
Dtui-winsource.h270 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/
Dobjc-act.cc8522 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()