OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLeftmostSymbols
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/depgraph/
DependencyGraphBuilder.h
155
:
mLeftmostSymbols
(factory->
mLeftmostSymbols
)
158
mLeftmostSymbols
.empty() ||
mLeftmostSymbols
.top() != &subtree;
160
mLeftmostSymbols
.push(&subtree);
166
mLeftmostSymbols
.pop();
170
TSymbolStack&
mLeftmostSymbols
;
196
TSymbolStack
mLeftmostSymbols
;
DependencyGraphBuilder.cpp
102
if (!
mLeftmostSymbols
.empty() &&
mLeftmostSymbols
.top() != &mRightSubtree)
104
mLeftmostSymbols
.pop();
105
mLeftmostSymbols
.push(symbol);
136
leftmostSymbol =
mLeftmostSymbols
.top();
Completed in 27 milliseconds