HomeSort by relevance Sort by last modified time
    Searched full:leftmostsymbols (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/depgraph/
DependencyGraphBuilder.h 139 : leftmostSymbols(factory->mLeftmostSymbols)
141 needsPlaceholderSymbol = leftmostSymbols.empty() || leftmostSymbols.top() != &subtree;
143 leftmostSymbols.push(&subtree);
149 leftmostSymbols.pop();
153 TSymbolStack& leftmostSymbols;

Completed in 168 milliseconds