Searched defs:SectionContentsASTNode (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.cpp1002 SectionContentsASTNode::SectionContentsASTNode(const SectionContentsASTNode & other) function in class:SectionContentsASTNode
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
[all...]

Completed in 151 milliseconds