Searched refs:getAsBinaryNode (Results 1 – 4 of 4) sorted by relevance
216 TIntermBinary* declInit = declSeq[0]->getAsBinaryNode(); in validateForLoopInit()257 TIntermBinary* binOp = cond->getAsBinaryNode(); in validateForLoopCond()318 TIntermBinary* binOp = unOp ? NULL : expr->getAsBinaryNode(); in validateForLoopExpr()
216 virtual TIntermBinary* getAsBinaryNode() { return 0; } in getAsBinaryNode() function382 virtual TIntermBinary* getAsBinaryNode() { return this; } in getAsBinaryNode() function
1581 TIntermBinary *assign = variable->getAsBinaryNode(); in handleExcessiveLoop()1604 TIntermBinary *test = node->getCondition()->getAsBinaryNode(); in handleExcessiveLoop()1624 TIntermBinary *binaryTerminal = node->getExpression()->getAsBinaryNode(); in handleExcessiveLoop()
290 TIntermBinary* binaryNode = node->getAsBinaryNode(); in lValueErrorCheck()