Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp419 ExprASTNode * idExpr = node->getSectionNumberExpr()->reduce(m_context); in processSections() local
420 IntConstExprASTNode * idConst = dynamic_cast<IntConstExprASTNode*>(idExpr); in processSections()
423 …r(format_string("line %d: section number did not evaluate to an integer", idExpr->getFirstLine())); in processSections()