OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:self_type
(Results
1 - 25
of
37
) sorted by relevancy
1
2
/src/external/gpl3/gdb/dist/gdbsupport/
reference-to-pointer-iterator.h
32
using
self_type
= reference_to_pointer_iterator;
65
self_type
&operator++ ()
71
self_type
&operator++ (int)
77
self_type
&operator-- ()
83
self_type
&operator-- (int)
89
bool operator== (const
self_type
&other) const
92
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++ ()
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
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
intrusive_list.h
77
using
self_type
= SelfType;
104
bool operator== (const
self_type
&other) const noexcept
107
bool operator!= (const
self_type
&other) const noexcept
127
using
self_type
= typename base::
self_type
;
134
self_type
&operator++ () noexcept
141
self_type
operator++ (int) noexcept
143
self_type
temp = *this;
149
self_type
&operator-- () noexcept
156
self_type
operator-- (int) noexcep
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbsupport/
reference-to-pointer-iterator.h
32
using
self_type
= reference_to_pointer_iterator;
65
self_type
&operator++ ()
71
self_type
&operator++ (int)
77
self_type
&operator-- ()
83
self_type
&operator-- (int)
89
bool operator== (const
self_type
&other) const
92
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++ ()
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
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
intrusive_list.h
77
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
operator-- (int
[
all
...]
/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++ ()
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++ ()
inferior-iter.h
31
typedef all_inferiors_iterator
self_type
;
typedef in class:all_inferiors_iterator
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
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 (),
/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++ ()
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++ ()
inferior-iter.h
31
typedef all_inferiors_iterator
self_type
;
typedef in class:all_inferiors_iterator
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
/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++ ()
/src/external/gpl3/binutils/dist/gprofng/src/
QLParser.tab.hh
222
typedef value_type
self_type
;
241
value_type (const
self_type
&) = delete;
243
self_type
& operator= (const
self_type
&) = delete;
334
///
self_type
::move ().
337
swap (
self_type
& that) YY_NOEXCEPT
349
move (
self_type
& that)
364
move (
self_type
&& that)
374
copy (const
self_type
& that)
391
value_type (const
self_type
&)
[
all
...]
/src/external/gpl3/binutils.old/dist/gprofng/src/
QLParser.tab.hh
222
typedef value_type
self_type
;
241
value_type (const
self_type
&) = delete;
243
self_type
& operator= (const
self_type
&) = delete;
334
///
self_type
::move ().
337
swap (
self_type
& that) YY_NOEXCEPT
349
move (
self_type
& that)
364
move (
self_type
&& that)
374
copy (const
self_type
& that)
391
value_type (const
self_type
&)
[
all
...]
Completed in 53 milliseconds
1
2
Indexes created Sat Feb 28 05:31:39 UTC 2026