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

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h1028 class SectionMatchListASTNode : public ASTNode class in namespace:elftosb
1031 SectionMatchListASTNode(ListASTNode * sections) function in class:elftosb::SectionMatchListASTNode
1036 SectionMatchListASTNode(ListASTNode * sections, std::string * source) function in class:elftosb::SectionMatchListASTNode
1041 SectionMatchListASTNode(const SectionMatchListASTNode & other);
1043 virtual ASTNode * clone() const { return new SectionMatchListASTNode(*this); }
1045 virtual std::string nodeName() const { return "SectionMatchListASTNode"; }
1061 * SectionMatchListASTNode.
H A DElftosbAST.cpp1176 #pragma mark = SectionMatchListASTNode =
1178 SectionMatchListASTNode::SectionMatchListASTNode(const SectionMatchListASTNode & other) function in class:SectionMatchListASTNode
1192 void SectionMatchListASTNode::printTree(int indent) const
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.cpp682 //! - SectionMatchListASTNode
1064 //! - SectionMatchListASTNode
1082 SectionMatchListASTNode * matchListNode;
1135 else if (matchListNode = dynamic_cast<SectionMatchListASTNode*>(dataNode))
H A Delftosb_parser.tab.cpp1906 (yyval.m_ast) = new SectionMatchListASTNode(dynamic_cast<ListASTNode*>((yyvsp[0].m_ast)));
1913 (yyval.m_ast) = new SectionMatchListASTNode(dynamic_cast<ListASTNode*>((yyvsp[-2].m_ast)), (yyvsp[0].m_str));
1920 (yyval.m_ast) = new SectionMatchListASTNode(dynamic_cast<ListASTNode*>((yyvsp[-1].m_ast)), (yyvsp[-3].m_str));

Completed in 212 milliseconds