Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/tree_ops/d3d/
DRemoveSwitchFallThrough.cpp50 TIntermBlock *mStatementList; member in sh::__anon46afccb30111::RemoveSwitchFallThroughTraverser
82 mStatementList(statementList), in RemoveSwitchFallThroughTraverser()
238 if (node != mStatementList) in visitBlock()
/external/swiftshader/src/OpenGL/compiler/
Dintermediate.h641 : TIntermNode(), mInit(init), mStatementList(statementList) in TIntermSwitch()
649 TIntermAggregate *getStatementList() { return mStatementList; } in getStatementList()
650 void setStatementList(TIntermAggregate *statementList) { mStatementList = statementList; } in setStatementList()
654 TIntermAggregate *mStatementList; variable
/external/angle/src/compiler/translator/
DIntermNode.cpp1033 return mStatementList; in getChildNode()
1039 REPLACE_IF_IS(mStatementList, TIntermBlock, original, replacement); in replaceChildNode()
1040 ASSERT(mStatementList); in replaceChildNode()
1489 : TIntermNode(), mInit(init), mStatementList(statementList) in TIntermSwitch()
1492 ASSERT(mStatementList); in TIntermSwitch()
1496 : TIntermSwitch(node.mInit->deepCopy(), node.mStatementList->deepCopy()) in TIntermSwitch()
1502 mStatementList = statementList; in setStatementList()
DIntermNode.h943 TIntermBlock *getStatementList() { return mStatementList; } in getStatementList()
952 TIntermBlock *mStatementList; variable