Searched refs:commaNode (Results 1 – 1 of 1) sorted by relevance
6370 TIntermBinary *commaNode = TIntermBinary::CreateComma(left, right, mShaderVersion); in addComma() local6373 commaNode->setLine(loc); in addComma()6375 return expressionOrFoldedResult(commaNode); in addComma()