Home
last modified time | relevance | path

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

/dports/lang/ptoc/ptoc/
H A Dparser.y348 { $$ = new unit_spec_node($1, $2, $3, $4, $5); }
350 { $$ = new unit_spec_node(NULL, NULL, NULL, $1, $2); }
H A Dtrnod.h1002 class unit_spec_node : public decl_node {
1011 unit_spec_node(token* t_unit, token* t_name, token* t_semi,
H A Dparser.cxx1994 …{ (yyval.n_decl) = new unit_spec_node((yyvsp[-5].tok), (yyvsp[-4].tok), (yyvsp[-3].tok), (yyvsp[-…
1999 … { (yyval.n_decl) = new unit_spec_node(NULL, NULL, NULL, (yyvsp[-2].tok), (yyvsp[-1].n_decl)); ;}
H A Dtrnod.cxx3667 unit_spec_node::unit_spec_node(token* t_unit, token* t_name, token* t_semi, in unit_spec_node() function in unit_spec_node
3673 void unit_spec_node::attrib(int ctx) in attrib()
3687 void unit_spec_node::translate(int ctx) in translate()