Searched refs:mTrueBlock (Results 1 – 2 of 2) sorted by relevance
893 TIntermBlock *getTrueBlock() const { return mTrueBlock; } in getTrueBlock()900 TIntermBlock *mTrueBlock; variable
924 return 1 + (mTrueBlock ? 1 : 0) + (mFalseBlock ? 1 : 0); in getChildCount()933 if (mTrueBlock && index == 1) in getChildNode()935 return mTrueBlock; in getChildNode()943 REPLACE_IF_IS(mTrueBlock, TIntermBlock, original, replacement); in replaceChildNode()1393 : TIntermNode(), mCondition(cond), mTrueBlock(trueB), mFalseBlock(falseB) in TIntermIfElse()1405 node.mTrueBlock->deepCopy(), in TIntermIfElse()