OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StackElement
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
SCCIterator.h
51
struct
StackElement
{
56
StackElement
(NodeRef Node, const ChildItTy &Child, unsigned Min)
59
bool operator==(const
StackElement
&Other) const {
81
std::vector<
StackElement
> VisitStack;
150
VisitStack.push_back(
StackElement
(N, GT::child_begin(N), visitNum));
DepthFirstIterator.h
100
using
StackElement
= std::pair<NodeRef, Optional<ChildItTy>>;
103
std::vector<
StackElement
> VisitStack;
107
VisitStack.push_back(
StackElement
(Node, None));
115
VisitStack.push_back(
StackElement
(Node, None));
139
VisitStack.push_back(
StackElement
(Next, None));
Completed in 18 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026