Searched refs:named_ref_new (Results 1 – 5 of 5) sorted by relevance
26 named_ref_new (uniqstr id, location loc) in named_ref_new() function39 return named_ref_new (r->id, r->loc); in named_ref_copy()
38 named_ref *named_ref_new (uniqstr id, location loc);
592 BRACKETED_ID { $$ = named_ref_new($1, @1); }
2815 { (yyval.named_ref) = named_ref_new((yyvsp[(1) - (1)].uniqstr), (yylsp[(1) - (1)])); }
2434 * src/named-ref.cp: New file, named_ref_new function.