Searched refs:sectionNode (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1081 SectionASTNode * sectionNode; local
1117 else if (sectionNode = dynamic_cast<SectionASTNode*>(dataNode))
1120 SourceFile * sourceFile = getSourceFromName(sectionNode->getSourceName(), sectionNode->getFirstLine());
1123 throw semantic_error(format_string("line %d: source does not support sections", sectionNode->getFirstLine()));
1127 std::string * sectionName = sectionNode->getSectionName();
1132 throw semantic_error(format_string("line %d: no sections match the pattern", sectionNode->getFirstLine()));
1152 sectionNode = dynamic_cast<SectionASTNode*>(node);
1153 if (!sectionNode)
1157 bool isInclude = sectionNode
[all...]
H A Delftosb_parser.y320 SectionContentsASTNode * sectionNode = dynamic_cast<SectionContentsASTNode*>($6);
321 if (sectionNode)
324 sectionNode->setSectionNumberExpr(exprNode);
325 sectionNode->setOptions(dynamic_cast<ListASTNode*>($4));
326 sectionNode->setLocation(@1, sectionNode->getLocation());
H A Delftosb_parser.tab.cpp1719 SectionContentsASTNode * sectionNode = dynamic_cast<SectionContentsASTNode*>((yyvsp[0].m_ast));
1720 if (sectionNode)
1723 sectionNode->setSectionNumberExpr(exprNode);
1724 sectionNode->setOptions(dynamic_cast<ListASTNode*>((yyvsp[-2].m_ast)));
1725 sectionNode->setLocation((yylsp[-5]), sectionNode->getLocation());
1716 SectionContentsASTNode * sectionNode = dynamic_cast<SectionContentsASTNode*>((yyvsp[0].m_ast)); local

Completed in 140 milliseconds