Searched refs:mIsTreeRoot (Results 1 – 2 of 2) sorted by relevance
692 TIntermBlock() : TIntermNode(), mIsTreeRoot(false) {} in TIntermBlock()714 void setIsTreeRoot() { mIsTreeRoot = true; } in setIsTreeRoot()715 bool isTreeRoot() const { return mIsTreeRoot; } in isTreeRoot()722 bool mIsTreeRoot; variable
443 ASSERT(!node.mIsTreeRoot); in TIntermBlock()444 mIsTreeRoot = false; in TIntermBlock()