Searched refs:argExprNode (Results 1 – 1 of 1) sorted by relevance
737 ExprASTNode * argExprNode = dynamic_cast<ExprASTNode*>(argNode); in convertCallStatement() local738 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()