HomeSort by relevance Sort by last modified time
    Searched refs:named_ref (Results 1 - 12 of 12) sorted by null

  /external/bison/src/
named-ref.h 28 typedef struct named_ref struct
35 } named_ref; typedef in typeref:struct:named_ref
38 named_ref *named_ref_new (uniqstr id, location loc);
41 named_ref *named_ref_copy (const named_ref *r);
44 void named_ref_free (named_ref *r);
named-ref.c 25 named_ref *
28 named_ref *res = xmalloc (sizeof *res);
36 named_ref *
37 named_ref_copy (const named_ref *r)
43 named_ref_free (named_ref *r)
reader.h 47 named_ref *lhs_named_ref);
54 named_ref *nref);
56 named_ref *nref);
scan-code.h 73 named_ref *named_ref; member in struct:code_props
140 named_ref *name);
symlist.h 78 named_ref *named_ref; member in struct:symbol_list
symlist.c 51 res->named_ref = NULL;
71 res->named_ref = NULL;
89 res->named_ref = NULL;
107 res->named_ref = NULL;
154 named_ref_free (node->named_ref);
parse-gram.y 68 static named_ref *current_lhs_named_ref;
76 current_lhs(symbol *sym, location loc, named_ref *ref)
124 named_ref *named_ref;
225 %type <named_ref> named_ref.opt
560 id_colon named_ref.opt { current_lhs ($1, @1, $2); } rhses.1
577 | rhs symbol named_ref.opt
579 | rhs "{...}" named_ref.opt
589 named_ref.opt
    [all...]
parse-gram.h 189 named_ref *named_ref; member in union:GRAM_STYPE
scan-code.l 322 named_ref* hidden_by;
567 if (var && l->named_ref)
568 var->hidden_by = l->named_ref;
570 if (l->named_ref)
571 variant_add (l->named_ref->id, l->named_ref->loc,
897 self->named_ref = NULL;
909 self->named_ref = NULL;
915 named_ref *name)
922 self->named_ref = name
    [all...]
reader.c 201 assign_named_ref (symbol_list *p, named_ref *name)
213 p->named_ref = name;
230 named_ref *lhs_name)
382 /* Remember named_ref of previous action. */
383 named_ref *action_name = current_rule->action_props.named_ref;
471 named_ref *name)
485 named_ref *name)
scan-code.c     [all...]
parse-gram.c 144 static named_ref *current_lhs_named_ref;
152 current_lhs(symbol *sym, location loc, named_ref *ref)
348 named_ref *named_ref; member in union:GRAM_STYPE
738 "named_ref.opt", "variable", "content.opt", "braceless", "id",
    [all...]

Completed in 142 milliseconds