OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bf_iterator
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
BreadthFirstIterator.h
12
// bf_begin/bf_end/
bf_iterator
47
class
bf_iterator
: public bf_iterator_storage<SetType> {
class in namespace:llvm
69
inline
bf_iterator
(NodeRef Node) {
function in class:llvm::bf_iterator
78
inline
bf_iterator
() = default;
114
static
bf_iterator
begin(const GraphT &G) {
115
return
bf_iterator
(GT::getEntryNode(G));
118
static
bf_iterator
end(const GraphT &G) { return
bf_iterator
(); }
120
bool operator==(const
bf_iterator
&RHS) const {
124
bool operator!=(const
bf_iterator
&RHS) const { return !(*this == RHS);
[
all
...]
BreadthFirstIterator.h
12
// bf_begin/bf_end/
bf_iterator
47
class
bf_iterator
: public bf_iterator_storage<SetType> {
class in namespace:llvm
69
inline
bf_iterator
(NodeRef Node) {
function in class:llvm::bf_iterator
78
inline
bf_iterator
() = default;
114
static
bf_iterator
begin(const GraphT &G) {
115
return
bf_iterator
(GT::getEntryNode(G));
118
static
bf_iterator
end(const GraphT &G) { return
bf_iterator
(); }
120
bool operator==(const
bf_iterator
&RHS) const {
124
bool operator!=(const
bf_iterator
&RHS) const { return !(*this == RHS);
[
all
...]
Completed in 44 milliseconds
Indexes created Sat Aug 08 00:24:54 UTC 2026