Lines Matching refs:tempNode
1430 TIntermConstantUnion *tempNode;
1614 tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtFloat, EbpUndefined, EvqConstExpr, getSecondarySize()));
1615 tempNode->setLine(getLine());
1617 return tempNode;
1635 tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtFloat, EbpUndefined, EvqConstExpr, node->getNominalSize()));
1636 tempNode->setLine(getLine());
1637 return tempNode;
1732 tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtBool, EbpUndefined, EvqConstExpr));
1733 tempNode->setLine(getLine());
1735 return tempNode;
1753 tempNode = new TIntermConstantUnion(tempConstArray, TType(EbtBool, EbpUndefined, EvqConstExpr));
1754 tempNode->setLine(getLine());
1756 return tempNode;
1774 tempNode = new TIntermConstantUnion(tempConstArray, returnType);
1775 tempNode->setLine(getLine());
1777 return tempNode;