Home
last modified time | relevance | path

Searched refs:ConstantsBlockASTNode (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/elftosb/dist/elftosb2/
DConversionController.cpp141 ConstantsBlockASTNode * constants = dynamic_cast<ConstantsBlockASTNode *>(node); in run()
DElftosbAST.h166 class ConstantsBlockASTNode : public ASTNode
169 ConstantsBlockASTNode(ListASTNode * constants) : ASTNode(), m_constants(constants) {} in ConstantsBlockASTNode() function
Delftosb_parser.y203 … $$ = new ConstantsBlockASTNode(dynamic_cast<ListASTNode *>($3));
Delftosb_parser.tab.cpp1582 … (yyval.m_ast) = new ConstantsBlockASTNode(dynamic_cast<ListASTNode *>((yyvsp[-1].m_ast)));