Searched refs:mCond (Results 1 – 3 of 3) sorted by relevance
218 if (mCond) in traverse()219 mCond->traverse(it); in traverse()229 if (mCond) in traverse()230 mCond->traverse(it); in traverse()
313 mCond(cond), in TIntermLoop()325 TIntermTyped *getCondition() { return mCond; } in getCondition()337 TIntermTyped *mCond; // loop exit condition variable
146 REPLACE_IF_IS(mCond, TIntermTyped, original, replacement); in replaceChildNode()158 if (mCond) in enqueueChildren()160 nodeQueue->push(mCond); in enqueueChildren()