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

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h727 class SectionContentsASTNode : public ASTNode class in namespace:elftosb
730 SectionContentsASTNode() : m_sectionExpr() {} function in class:elftosb::SectionContentsASTNode
731 SectionContentsASTNode(ExprASTNode * section) : m_sectionExpr(section) {} function in class:elftosb::SectionContentsASTNode
732 SectionContentsASTNode(const SectionContentsASTNode & other);
734 virtual ASTNode * clone() const { return new SectionContentsASTNode(*this); }
736 virtual std::string nodeName() const { return "SectionContentsASTNode"; }
768 class DataSectionContentsASTNode : public SectionContentsASTNode
772 : SectionContentsASTNode(), m_contents(contents)
793 class BootableSectionContentsASTNode : public SectionContentsASTNode
[all...]
H A DElftosbAST.cpp1000 #pragma mark = SectionContentsASTNode =
1002 SectionContentsASTNode::SectionContentsASTNode(const SectionContentsASTNode & other) function in class:SectionContentsASTNode
1008 void SectionContentsASTNode::printTree(int indent) const
1020 : SectionContentsASTNode(other), m_contents()
1027 SectionContentsASTNode::printTree(indent);
1038 : SectionContentsASTNode(other), m_statements()
1045 SectionContentsASTNode::printTree(indent);
H A Delftosb_parser.y320 SectionContentsASTNode * sectionNode = dynamic_cast<SectionContentsASTNode*>($6);
H A DConversionController.cpp412 SectionContentsASTNode * node = dynamic_cast<SectionContentsASTNode*>(*it);
H A Delftosb_parser.tab.cpp1719 SectionContentsASTNode * sectionNode = dynamic_cast<SectionContentsASTNode*>((yyvsp[0].m_ast));

Completed in 259 milliseconds