Home
last modified time | relevance | path

Searched refs:union_seen (Results 1 – 7 of 7) sorted by relevance

/external/bison/src/
Dreader.h63 extern bool union_seen;
Dparse-gram.y251 muscle_code_grow (union_seen ? "post_prologue" : "pre_prologue",
410 union_seen = true;
Dscan-code.l755 if (union_seen | tag_seen) in handle_action_dollar()
785 if (union_seen | tag_seen) in handle_action_dollar()
Dreader.c46 bool union_seen = false; variable
Dscan-code.c2944 if (union_seen | tag_seen) in handle_action_dollar()
2974 if (union_seen | tag_seen) in handle_action_dollar()
Dparse-gram.c2208 muscle_code_grow (union_seen ? "post_prologue" : "pre_prologue",
2519 union_seen = true;
/external/bison/
DChangeLog-20127590 Use 'union_seen' rather than 'typed' to determine whether
7595 * src/reader.c (union_seen, tag_seen): New vars.
7597 * src/reader.h (union_seen, tag_seen, typed): Likewise.