Home
last modified time | relevance | path

Searched refs:mLeftmostSymbols (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/depgraph/
DDependencyGraphBuilder.cpp88 if (!mLeftmostSymbols.empty() && mLeftmostSymbols.top() != &mRightSubtree) { in visitSymbol()
89 mLeftmostSymbols.pop(); in visitSymbol()
90 mLeftmostSymbols.push(symbol); in visitSymbol()
121 leftmostSymbol = mLeftmostSymbols.top(); in visitAssignment()
DDependencyGraphBuilder.h139 : leftmostSymbols(factory->mLeftmostSymbols) in TLeftmostSymbolMaintainer()
178 TSymbolStack mLeftmostSymbols; variable