Searched refs:mTrueBlock (Results 1 – 2 of 2) sorted by relevance
913 TIntermBlock *getTrueBlock() const { return mTrueBlock; } in getTrueBlock()920 TIntermBlock *mTrueBlock; variable
997 return 1 + (mTrueBlock ? 1 : 0) + (mFalseBlock ? 1 : 0); in getChildCount()1006 if (mTrueBlock && index == 1) in getChildNode()1008 return mTrueBlock; in getChildNode()1016 REPLACE_IF_IS(mTrueBlock, TIntermBlock, original, replacement); in replaceChildNode()1472 : TIntermNode(), mCondition(cond), mTrueBlock(trueB), mFalseBlock(falseB) in TIntermIfElse()1484 node.mTrueBlock->deepCopy(), in TIntermIfElse()