Searched refs:self_type (Results 1 - 25 of 30) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dnext-iterator.h29 typedef next_iterator self_type; typedef in struct:next_iterator
52 bool operator== (const self_type &other) const
57 bool operator!= (const self_type &other) const
62 self_type &operator++ ()
H A Dfiltered-iterator.h31 typedef filtered_iterator self_type; typedef in class:filtered_iterator
59 self_type &operator++ ()
66 bool operator== (const self_type &other) const
69 bool operator!= (const self_type &other) const
H A Dsafe-iterator.h44 typedef basic_safe_iterator self_type; typedef in class:basic_safe_iterator
80 self_type &operator++ ()
88 bool operator== (const self_type &other) const
91 bool operator!= (const self_type &other) const
/netbsd-current/external/gpl3/gdb/dist/gdbsupport/
H A Dnext-iterator.h31 typedef next_iterator self_type; typedef in struct:next_iterator
54 bool operator== (const self_type &other) const
59 bool operator!= (const self_type &other) const
64 self_type &operator++ ()
H A Dreference-to-pointer-iterator.h32 using self_type = reference_to_pointer_iterator;
65 self_type &operator++ ()
71 bool operator== (const self_type &other) const
74 bool operator!= (const self_type &other) const
H A Dfiltered-iterator.h31 typedef filtered_iterator self_type; typedef in class:filtered_iterator
59 self_type &operator++ ()
66 bool operator== (const self_type &other) const
69 bool operator!= (const self_type &other) const
H A Dsafe-iterator.h44 typedef basic_safe_iterator self_type; typedef in class:basic_safe_iterator
80 self_type &operator++ ()
88 bool operator== (const self_type &other) const
91 bool operator!= (const self_type &other) const
H A Dintrusive_list.h77 using self_type = SelfType;
104 bool operator== (const self_type &other) const
107 bool operator!= (const self_type &other) const
127 using self_type = typename base::self_type;
134 self_type &operator++ ()
141 self_type operator++ (int)
143 self_type temp = *this;
149 self_type &operator-- ()
156 self_type operato
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-winsource.h182 typedef tui_source_window_iterator self_type; typedef in struct:tui_source_window_iterator
202 bool operator!= (const self_type &other) const
212 self_type &operator++ ()
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui-winsource.h204 typedef tui_source_window_iterator self_type; typedef in struct:tui_source_window_iterator
224 bool operator!= (const self_type &other) const
234 self_type &operator++ ()
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dthread-iter.h40 typedef all_threads_iterator self_type; typedef in class:all_threads_iterator
89 typedef all_matching_threads_iterator self_type; typedef in class:all_matching_threads_iterator
H A Dinferior-iter.h31 typedef all_inferiors_iterator self_type; typedef in class:all_inferiors_iterator
H A Dobjfiles.h189 typedef minimal_symbol_iterator self_type; typedef in struct:minimal_symbol_iterator
206 bool operator== (const self_type &other) const
211 bool operator!= (const self_type &other) const
216 self_type &operator++ ()
H A Dcp-valprint.c677 struct type *self_type = TYPE_SELF_TYPE (type); local
701 cp_find_class_member (&self_type, &fieldno, val << 3);
703 if (self_type != NULL)
708 name = self_type->name ();
712 c_type_print_base (self_type, stream, 0, 0, &type_print_raw_options);
714 fputs_styled (self_type->field (fieldno).name (),
H A Dprogspace.h55 typedef unwrapping_objfile_iterator self_type; typedef in class:unwrapping_objfile_iterator
H A Dgnu-v3-abi.c617 struct type *self_type = TYPE_SELF_TYPE (type); local
618 struct gdbarch *gdbarch = self_type->arch ();
644 physname = gnuv3_find_method_in (self_type, voffset, adjustment);
738 struct type *self_type, *final_type, *method_type; local
742 self_type = TYPE_SELF_TYPE (check_typedef (value_type (method_ptr)));
743 final_type = lookup_pointer_type (self_type);
748 gdbarch = self_type->arch ();
H A Dgdbtypes.c1566 return TYPE_MAIN_TYPE (type)->type_specific.self_type;
1571 return TYPE_MAIN_TYPE (type)->type_specific.func_stuff->self_type;
1583 set_type_self_type (struct type *type, struct type *self_type)
1592 TYPE_MAIN_TYPE (type)->type_specific.self_type = self_type;
1598 TYPE_MAIN_TYPE (type)->type_specific.func_stuff->self_type = self_type;
1617 smash_to_memberptr_type (struct type *type, struct type *self_type,
1623 set_type_self_type (type, self_type);
1653 smash_to_method_type (struct type *type, struct type *self_type,
1582 set_type_self_type(struct type *type, struct type *self_type) argument
1616 smash_to_memberptr_type(struct type *type, struct type *self_type, struct type *to_type) argument
1652 smash_to_method_type(struct type *type, struct type *self_type, struct type *to_type, struct field *args, int nargs, int varargs) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcp-valprint.c680 struct type *self_type = TYPE_SELF_TYPE (type); local
704 cp_find_class_member (&self_type, &fieldno, val << 3);
706 if (self_type != NULL)
711 name = self_type->name ();
715 c_type_print_base (self_type, stream, 0, 0, &type_print_raw_options);
717 fputs_styled (TYPE_FIELD_NAME (self_type, fieldno),
H A Dthread-iter.h37 typedef all_threads_iterator self_type; typedef in class:all_threads_iterator
86 typedef all_matching_threads_iterator self_type; typedef in class:all_matching_threads_iterator
H A Dinferior-iter.h31 typedef all_inferiors_iterator self_type; typedef in class:all_inferiors_iterator
H A Dobjfiles.h225 typedef minimal_symbol_iterator self_type; typedef in struct:minimal_symbol_iterator
242 bool operator== (const self_type &other) const
247 bool operator!= (const self_type &other) const
252 self_type &operator++ ()
H A Dprogspace.h55 typedef unwrapping_objfile_iterator self_type; typedef in class:unwrapping_objfile_iterator
H A Dgnu-v3-abi.c613 struct type *self_type = TYPE_SELF_TYPE (type); local
614 struct gdbarch *gdbarch = get_type_arch (self_type);
640 physname = gnuv3_find_method_in (self_type, voffset, adjustment);
738 struct type *self_type, *final_type, *method_type; local
742 self_type = TYPE_SELF_TYPE (check_typedef (value_type (method_ptr)));
743 final_type = lookup_pointer_type (self_type);
748 gdbarch = get_type_arch (self_type);
H A Dgdbtypes.c1463 return TYPE_MAIN_TYPE (type)->type_specific.self_type;
1468 return TYPE_MAIN_TYPE (type)->type_specific.func_stuff->self_type;
1480 set_type_self_type (struct type *type, struct type *self_type)
1489 TYPE_MAIN_TYPE (type)->type_specific.self_type = self_type;
1495 TYPE_MAIN_TYPE (type)->type_specific.func_stuff->self_type = self_type;
1514 smash_to_memberptr_type (struct type *type, struct type *self_type,
1520 set_type_self_type (type, self_type);
1551 smash_to_method_type (struct type *type, struct type *self_type,
1479 set_type_self_type(struct type *type, struct type *self_type) argument
1513 smash_to_memberptr_type(struct type *type, struct type *self_type, struct type *to_type) argument
1550 smash_to_method_type(struct type *type, struct type *self_type, struct type *to_type, struct field *args, int nargs, int varargs) argument
[all...]
H A Dgdbtypes.h840 struct type *self_type; member in union:type_specific
1436 struct type *self_type; member in struct:func_type
2130 extern void smash_to_method_type (struct type *type, struct type *self_type,

Completed in 205 milliseconds

12