Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h1028 class SectionMatchListASTNode : public ASTNode
1031 SectionMatchListASTNode(ListASTNode * sections) in SectionMatchListASTNode() function
1036 SectionMatchListASTNode(ListASTNode * sections, std::string * source) in SectionMatchListASTNode() function
1041 SectionMatchListASTNode(const SectionMatchListASTNode & other);
1043 virtual ASTNode * clone() const { return new SectionMatchListASTNode(*this); } in clone()
H A DElftosbAST.cpp1176 #pragma mark = SectionMatchListASTNode =
1178 SectionMatchListASTNode::SectionMatchListASTNode(const SectionMatchListASTNode & other) in SectionMatchListASTNode() function in SectionMatchListASTNode
1192 void SectionMatchListASTNode::printTree(int indent) const in printTree()
H A Delftosb_parser.y465 $$ = new SectionMatchListASTNode(dynamic_cast<ListASTNode*>($1));
470 $$ = new SectionMatchListASTNode(dynamic_cast<ListASTNode*>($1), $3);
475 $$ = new SectionMatchListASTNode(dynamic_cast<ListASTNode*>($3), $1);
H A DConversionController.cpp1082 SectionMatchListASTNode * matchListNode; in createSourceFromNode()
1135 else if (matchListNode = dynamic_cast<SectionMatchListASTNode*>(dataNode)) in createSourceFromNode()
H A Delftosb_parser.tab.cpp1903 (yyval.m_ast) = new SectionMatchListASTNode(dynamic_cast<ListASTNode*>((yyvsp[0].m_ast)));
1910 …(yyval.m_ast) = new SectionMatchListASTNode(dynamic_cast<ListASTNode*>((yyvsp[-2].m_ast)), (yyvsp[…
1917 …(yyval.m_ast) = new SectionMatchListASTNode(dynamic_cast<ListASTNode*>((yyvsp[-1].m_ast)), (yyvsp[…