Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h863 ModeStatementASTNode() : StatementASTNode(), m_modeExpr() {} in ModeStatementASTNode() function
864 ModeStatementASTNode(ExprASTNode * modeExpr) : StatementASTNode(), m_modeExpr(modeExpr) {} in ModeStatementASTNode() function
H A DElftosbAST.cpp1071 ModeStatementASTNode::ModeStatementASTNode(const ModeStatementASTNode & other) in ModeStatementASTNode() function in ModeStatementASTNode