HomeSort by: relevance | last modified time | path
    Searched defs:self_type (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdbsupport/
filtered-iterator.h 33 typedef filtered_iterator self_type; typedef in class:filtered_iterator
64 self_type &operator++ ()
71 bool operator== (const self_type &other) const
74 bool operator!= (const self_type &other) const
next-iterator.h 31 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++ ()
safe-iterator.h 46 typedef basic_safe_iterator self_type; typedef in class:basic_safe_iterator
84 self_type &operator++ ()
92 bool operator== (const self_type &other) const
95 bool operator!= (const self_type &other) const
  /src/external/gpl3/gdb.old/dist/gdbsupport/
filtered-iterator.h 33 typedef filtered_iterator self_type; typedef in class:filtered_iterator
64 self_type &operator++ ()
71 bool operator== (const self_type &other) const
74 bool operator!= (const self_type &other) const
next-iterator.h 31 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++ ()
safe-iterator.h 46 typedef basic_safe_iterator self_type; typedef in class:basic_safe_iterator
84 self_type &operator++ ()
92 bool operator== (const self_type &other) const
95 bool operator!= (const self_type &other) const
  /src/external/gpl3/gdb/dist/gdb/
dictionary.h 171 typedef mdict_iterator_wrapper self_type; typedef in struct:mdict_iterator_wrapper
189 bool operator== (const self_type &other) const
194 bool operator!= (const self_type &other) const
199 self_type &operator++ ()
inferior-iter.h 31 typedef all_inferiors_iterator self_type; typedef in class:all_inferiors_iterator
thread-iter.h 40 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
block.h 572 typedef block_iterator_wrapper self_type; typedef in struct:block_iterator_wrapper
591 bool operator== (const self_type &other) const
596 bool operator!= (const self_type &other) const
601 self_type &operator++ ()
cp-valprint.c 690 /* VAL is a byte offset into the structure type SELF_TYPE.
693 struct type *self_type = TYPE_SELF_TYPE (type); local
717 cp_find_class_member (&self_type, &fieldno, val << 3);
719 if (self_type != NULL)
724 name = self_type->name ();
728 c_type_print_base (self_type, stream, 0, 0, &type_print_raw_options);
730 fputs_styled (self_type->field (fieldno).name (),
objfiles.h 175 typedef minimal_symbol_iterator self_type; typedef in struct:minimal_symbol_iterator
192 bool operator== (const self_type &other) const
197 bool operator!= (const self_type &other) const
202 self_type &operator++ ()
662 typedef section_iterator self_type; typedef in class:objfile::section_iterator
gnu-v3-abi.c 626 struct type *self_type = TYPE_SELF_TYPE (type); local
627 struct gdbarch *gdbarch = self_type->arch ();
653 physname = gnuv3_find_method_in (self_type, voffset, adjustment);
747 struct type *self_type, *final_type, *method_type; local
751 self_type = TYPE_SELF_TYPE (check_typedef (method_ptr->type ()));
752 final_type = lookup_pointer_type (self_type);
757 gdbarch = self_type->arch ();
gdbtypes.h 846 TYPE_CODE_MEMBERPTR), SELF_TYPE is the type that this pointer
849 struct type *self_type; member in union:type_specific
1827 struct type *self_type; member in struct:func_type
2456 extern void smash_to_method_type (struct type *type, struct type *self_type,
  /src/external/gpl3/gdb.old/dist/gdb/
dictionary.h 171 typedef mdict_iterator_wrapper self_type; typedef in struct:mdict_iterator_wrapper
189 bool operator== (const self_type &other) const
194 bool operator!= (const self_type &other) const
199 self_type &operator++ ()
inferior-iter.h 31 typedef all_inferiors_iterator self_type; typedef in class:all_inferiors_iterator
thread-iter.h 40 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
block.h 510 typedef block_iterator_wrapper self_type; typedef in struct:block_iterator_wrapper
529 bool operator== (const self_type &other) const
534 bool operator!= (const self_type &other) const
539 self_type &operator++ ()
progspace.h 90 typedef unwrapping_objfile_iterator self_type; typedef in class:unwrapping_objfile_iterator
cp-valprint.c 690 /* VAL is a byte offset into the structure type SELF_TYPE.
693 struct type *self_type = TYPE_SELF_TYPE (type); local
717 cp_find_class_member (&self_type, &fieldno, val << 3);
719 if (self_type != NULL)
724 name = self_type->name ();
728 c_type_print_base (self_type, stream, 0, 0, &type_print_raw_options);
730 fputs_styled (self_type->field (fieldno).name (),
objfiles.h 174 typedef minimal_symbol_iterator self_type; typedef in struct:minimal_symbol_iterator
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 in class:objfile::section_iterator
gnu-v3-abi.c 625 struct type *self_type = TYPE_SELF_TYPE (type); local
626 struct gdbarch *gdbarch = self_type->arch ();
652 physname = gnuv3_find_method_in (self_type, voffset, adjustment);
746 struct type *self_type, *final_type, *method_type; local
750 self_type = TYPE_SELF_TYPE (check_typedef (method_ptr->type ()));
751 final_type = lookup_pointer_type (self_type);
756 gdbarch = self_type->arch ();
gdbtypes.h 852 TYPE_CODE_MEMBERPTR), SELF_TYPE is the type that this pointer
855 struct type *self_type; member in union:type_specific
1833 struct type *self_type; member in struct:func_type
2462 extern void smash_to_method_type (struct type *type, struct type *self_type,
  /src/external/gpl3/gdb/dist/gdb/tui/
tui-winsource.h 273 typedef tui_source_window_iterator self_type; typedef in struct:tui_source_window_iterator
293 bool operator!= (const self_type &other) const
303 self_type &operator++ ()
  /src/external/gpl3/gdb.old/dist/gdb/tui/
tui-winsource.h 270 typedef tui_source_window_iterator self_type; typedef in struct:tui_source_window_iterator
290 bool operator!= (const self_type &other) const
300 self_type &operator++ ()

Completed in 49 milliseconds

1 2