Home
last modified time | relevance | path

Searched defs:StatementASTNode (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h821 StatementASTNode() : ASTNode() {} in StatementASTNode() function
822 StatementASTNode(const StatementASTNode & other) : ASTNode(other) {} in StatementASTNode() function
968 : StatementASTNode(), m_type(callType), m_target(), m_arg(), m_isHAB(false) in StatementASTNode() function