Home
last modified time | relevance | path

Searched refs:named_ref_new (Results 1 – 5 of 5) sorted by relevance

/dports/devel/bison/bison-3.7.6/src/
H A Dnamed-ref.c26 named_ref_new (uniqstr id, location loc) in named_ref_new() function
39 return named_ref_new (r->id, r->loc); in named_ref_copy()
H A Dnamed-ref.h38 named_ref *named_ref_new (uniqstr id, location loc);
H A Dparse-gram.y717 | BRACKETED_ID { $$ = named_ref_new ($1, @1); }
H A Dparse-gram.c2834 { (yyval.yykind_95) = named_ref_new ((yyvsp[0].BRACKETED_ID), (yylsp[0])); } in yyparse()
/dports/devel/bison/bison-3.7.6/
H A DChangeLog-20122802 * src/named-ref.cp: New file, named_ref_new function.