Home | History | Annotate | Download | only in compiler

Lines Matching defs:binaryNode

298 	TIntermBinary* binaryNode = node->getAsBinaryNode();
300 if (binaryNode) {
303 switch(binaryNode->getOp()) {
307 return lValueErrorCheck(line, op, binaryNode->getLeft());
309 errorReturn = lValueErrorCheck(line, op, binaryNode->getLeft());
313 TIntermTyped* rightNode = binaryNode->getRight();
376 if (message == 0 && binaryNode == 0 && symNode == 0) {