LLVM
8.0.1
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
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
+
Typedefs
a
b
c
d
e
f
g
h
i
j
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
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
y
z
+
Related Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
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
l
m
o
p
r
s
t
u
v
+
Enumerations
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Enumerator
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
+
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
]
Collaboration 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.
More...
Protected Types inherited from
llvm::ilist_node_impl< ilist_detail::compute_node_options< T, Options... >::type >
using
self_iterator
=
ilist_iterator
<
ilist_detail::compute_node_options
<
T
, Options... >::
type
,
false
,
false
>
using
const_self_iterator
=
ilist_iterator
<
ilist_detail::compute_node_options
<
T
, Options... >::
type
,
false
,
true
>
using
reverse_self_iterator
=
ilist_iterator
<
ilist_detail::compute_node_options
<
T
, Options... >::
type
,
true
,
false
>
using
const_reverse_self_iterator
=
ilist_iterator
<
ilist_detail::compute_node_options
<
T
, Options... >::
type
,
true
,
true
>
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
149
of file
ilist_node.h
.
The documentation for this class was generated from the following file:
include/llvm/ADT/
ilist_node.h
Generated on Sun Dec 20 2020 14:02:51 for LLVM by
1.8.13