LLVM
20.0.0git
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
y
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
o
p
q
r
s
t
u
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
llvm
ilist_node
List of all members
llvm::ilist_node< T, Options > Class Template Reference
#include "
llvm/ADT/ilist_node.h
"
Inheritance diagram for llvm::ilist_node< T, Options >:
[
legend
]
Additional Inherited Members
Public Member Functions inherited from
llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >
self_iterator
getIterator
()
const_self_iterator
getIterator
()
const
reverse_self_iterator
getReverseIterator
()
const_reverse_self_iterator
getReverseIterator
()
const
bool
isSentinel
()
const
Check
whether this is the sentinel node.
Public Member Functions inherited from
llvm::ilist_detail::node_parent_access< NodeTy, ParentTy >
const
ParentTy *
getParent
()
const
ParentTy *
getParent
()
void
setParent
(ParentTy *Parent)
Protected Types inherited from
llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >
using
self_iterator
= typename
ilist_select_iterator_type
< OptionsT::has_iterator_bits,
ilist_detail::compute_node_options
<
T
, Options... >::type, false, false >::type
using
const_self_iterator
= typename
ilist_select_iterator_type
< OptionsT::has_iterator_bits,
ilist_detail::compute_node_options
<
T
, Options... >::type, false,
true
>::type
using
reverse_self_iterator
= typename
ilist_select_iterator_type
< OptionsT::has_iterator_bits,
ilist_detail::compute_node_options
<
T
, Options... >::type,
true
, false >::type
using
const_reverse_self_iterator
= typename
ilist_select_iterator_type
< OptionsT::has_iterator_bits,
ilist_detail::compute_node_options
<
T
, Options... >::type,
true
,
true
>::type
Protected Member Functions inherited from
llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >
ilist_node_impl
()=default
Detailed Description
template<class
T
, class... Options>
class llvm::ilist_node< T, Options >
Definition at line
213
of file
ilist_node.h
.
The documentation for this class was generated from the following file:
include/llvm/ADT/
ilist_node.h
Generated on Sat Mar 22 2025 11:37:41 for LLVM by
1.9.6