Home
last modified time | relevance | path

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

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