Home
last modified time | relevance | path

Searched refs:mRightSubtree (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()
126 ASSERT(leftmostSymbol != &mRightSubtree); in visitAssignment()
130 TLeftmostSymbolMaintainer leftmostSymbolMaintainer(this, mRightSubtree); in visitAssignment()
160 TLeftmostSymbolMaintainer leftmostSymbolMaintainer(this, mRightSubtree); in visitLogicalOp()
171 TLeftmostSymbolMaintainer leftmostSymbolMaintainer(this, mRightSubtree); in visitBinaryChildren()
DDependencyGraphBuilder.h160 , mRightSubtree(NULL) in TDependencyGraphBuilder()
174 TGraphSymbol mRightSubtree; variable