Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/compiler/
DParseHelper.cpp346 TIntermBinary* binaryNode = node->getAsBinaryNode(); in lValueErrorCheck() local
348 if (binaryNode) { in lValueErrorCheck()
351 switch(binaryNode->getOp()) { in lValueErrorCheck()
356 return lValueErrorCheck(line, op, binaryNode->getLeft()); in lValueErrorCheck()
358 errorReturn = lValueErrorCheck(line, op, binaryNode->getLeft()); in lValueErrorCheck()
362 TIntermTyped* rightNode = binaryNode->getRight(); in lValueErrorCheck()
424 if (message == 0 && binaryNode == 0 && symNode == 0) { in lValueErrorCheck()