Searched refs:mExpression (Results 1 – 2 of 2) sorted by relevance
240 TIntermBranch(TOperator op, TIntermTyped *e) : mFlowOp(op), mExpression(e) {} in TIntermBranch()250 TIntermTyped *getExpression() { return mExpression; } in getExpression()256 TIntermTyped *mExpression; // zero except for "return exp;" statements variable
268 : TIntermBranch(node.mFlowOp, node.mExpression->deepCopy()) in TIntermBranch()273 return (mExpression ? 1 : 0); in getChildCount()278 ASSERT(mExpression); in getChildNode()280 return mExpression; in getChildNode()285 REPLACE_IF_IS(mExpression, TIntermTyped, original, replacement); in replaceChildNode()