Searched refs:setIfStatements (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/bsd/elftosb/dist/elftosb2/
H A Delftosb_parser.y674 ifStmt->setIfStatements(dynamic_cast<ListASTNode*>($4));
H A DElftosbAST.h841 void setIfStatements(ListASTNode * statements) { m_ifStatements = statements; } function in class:elftosb::IfStatementASTNode
H A Delftosb_parser.tab.cpp2153 ifStmt->setIfStatements(dynamic_cast<ListASTNode*>((yyvsp[-2].m_ast)));

Completed in 139 milliseconds