Home
last modified time | relevance | path

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

/dports/lang/ptoc/ptoc/
H A Dtrnod.h1172 class type_index_node : public idx_node {
1177 type_index_node(tpd_node* tpd);
H A Dparser.y852 index_spec: simple_type { $$ = new type_index_node($1); }
H A Dtrnod.cxx4670 type_index_node::type_index_node(tpd_node* tpd) in type_index_node() function in type_index_node
4675 void type_index_node::attrib(int ctx) in attrib()
4681 void type_index_node::translate(int) in translate()
H A Dparser.cxx2893 { (yyval.n_idx) = new type_index_node((yyvsp[0].n_tpd)); ;}