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