Searched refs:binaryNode (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/
H A DParseContext.cpp271 TIntermBinary* binaryNode = node->getAsBinaryNode(); local
273 if (binaryNode) {
276 switch(binaryNode->getOp()) {
280 return lValueErrorCheck(line, op, binaryNode->getLeft());
282 errorReturn = lValueErrorCheck(line, op, binaryNode->getLeft());
286 TIntermTyped* rightNode = binaryNode->getRight();
343 if (message == 0 && binaryNode == 0 && symNode == 0) {
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSCalculationValue.cpp718 const CalcExpressionBinaryOperation* binaryNode = toCalcExpressionBinaryOperation(node); local
719 return createExpressionNode(createExpressionNode(binaryNode->leftSide(), zoom), createExpressionNode(binaryNode->rightSide(), zoom), binaryNode->getOperator());

Completed in 173 milliseconds