Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DConversionController.cpp737 ExprASTNode * argExprNode = dynamic_cast<ExprASTNode*>(argNode); in convertCallStatement() local
738 if (!argExprNode) in convertCallStatement()
742 argExprNode = argExprNode->reduce(m_context); in convertCallStatement()
743 … IntConstExprASTNode * intNode = dynamic_cast<IntConstExprASTNode*>(argExprNode); in convertCallStatement()
746 …format_string("line %d: call argument did not evaluate to an integer", argExprNode->getFirstLine()… in convertCallStatement()