Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/compiler/depgraph/
DDependencyGraphBuilder.h141 needsPlaceholderSymbol = leftmostSymbols.empty() || leftmostSymbols.top() != &subtree; in TLeftmostSymbolMaintainer()
142 if (needsPlaceholderSymbol) in TLeftmostSymbolMaintainer()
148 if (needsPlaceholderSymbol) in ~TLeftmostSymbolMaintainer()
154 bool needsPlaceholderSymbol; variable