Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp673 IntConstExprASTNode * rightIntConst = NULL; in reduce() local
695 rightIntConst = dynamic_cast<IntConstExprASTNode*>(m_right.get()); in reduce()
696 if (!rightIntConst) in reduce()
700 rightValue = rightIntConst->getValue(); in reduce()
730 rightIntConst = dynamic_cast<IntConstExprASTNode*>(m_right.get()); in reduce()
731 if (!rightIntConst) in reduce()
735 rightValue = rightIntConst->getValue(); in reduce()
799 if (leftIntConst && rightIntConst) in reduce()
801 resultSize = resultIntSize(leftIntConst->getSize(), rightIntConst->getSize()); in reduce()