Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DEmitMetal.cpp691 static TIntermBinary *AsSpecificBinaryNode(TIntermNode &node, TOperator op) in AsSpecificBinaryNode() function
742 return AsSpecificBinaryNode(*binaryNode->getRight(), TOperator::EOpComma); in Parenthesize()