Home
last modified time | relevance | path

Searched refs:lookaheads (Results 1 – 14 of 14) sorted by relevance

/external/bison/src/
Dielr.c561 bitset *lookaheads; member
587 if (s->lookaheads) in ielr_compute_goto_follow_set()
592 if (s->lookaheads[item]) in ielr_compute_goto_follow_set()
593 bitset_or (follow_set, follow_set, s->lookaheads[item]); in ielr_compute_goto_follow_set()
615 bitsetv lookaheads) in ielr_compute_lookaheads() argument
619 bitsetv_zero (lookaheads); in ielr_compute_lookaheads()
642 lookaheads[t_item]); in ielr_compute_lookaheads()
644 else if (s->lookaheads) in ielr_compute_lookaheads()
653 if (s->lookaheads[s_item]) in ielr_compute_lookaheads()
654 bitset_copy (lookaheads[t_item], s->lookaheads[s_item]); in ielr_compute_lookaheads()
[all …]
DAnnotationList.c238 bitset *lookaheads = NULL; in AnnotationList__computePredecessorAnnotations() local
335 if (!lookaheads) in AnnotationList__computePredecessorAnnotations()
338 lookaheads = xnmalloc ((*predecessor)->nitems, in AnnotationList__computePredecessorAnnotations()
339 sizeof *lookaheads); in AnnotationList__computePredecessorAnnotations()
341 lookaheads[j] = NULL; in AnnotationList__computePredecessorAnnotations()
343 if (!lookaheads[i]) in AnnotationList__computePredecessorAnnotations()
344 lookaheads[i] = bitset_create (ntokens, BITSET_FIXED); in AnnotationList__computePredecessorAnnotations()
345 bitset_set (lookaheads[i], contribution_token); in AnnotationList__computePredecessorAnnotations()
374 annotation_node, (*predecessor)->nitems, lookaheads, true)) in AnnotationList__computePredecessorAnnotations()
382 if (lookaheads[i]) in AnnotationList__computePredecessorAnnotations()
[all …]
DAnnotationList.h179 size_t nitems, bitset *lookaheads,
/external/selinux/python/sepolgen/src/sepolgen/
Dyacc.py558 self.lookaheads = { }
580 p.lookaheads = { }
1586 if state not in p.lookaheads:
1587 p.lookaheads[state] = []
1590 if a not in p.lookaheads[state]: p.lookaheads[state].append(a)
1668 laheads = p.lookaheads[st]
/external/libmojo/third_party/ply/
Dyacc.py1275 self.lookaheads = { }
2325 if not state in p.lookaheads:
2326 p.lookaheads[state] = []
2329 if a not in p.lookaheads[state]: p.lookaheads[state].append(a)
2405 laheads = p.lookaheads[st]
/external/ply/ply/ply/
Dyacc.py1433 self.lookaheads = {}
2495 if state not in p.lookaheads:
2496 p.lookaheads[state] = []
2499 if a not in p.lookaheads[state]:
2500 p.lookaheads[state].append(a)
2576 laheads = p.lookaheads[st]
/external/bison/tests/
Dreduce.at1231 lookaheads that propagate to it now make it incompatible with state 8's
1561 reduction with multiple lookaheads. */
1565 and multiple reductions. The first reduction has more lookaheads than the
/external/bison/
DNEWS645 ** Destructor calls fixed for lookaheads altered in semantic actions:
742 suppressed only when all previous lookaheads have already been
2032 LocalWords: IELR ielr Lookahead YYERROR nonassoc LALR's api lookaheads yychar
DChangeLog-2012804 checking the current state for lookaheads. Return 2 if yy_lac
1772 repeat the collection of lookaheads. It also prepares for
12051 (reductions.look_ahead_tokens): Renamed from lookaheads.
14895 abort ();'. This reduces the runtime of the "Many lookaheads"
16229 Instead of attaching lookaheads and duplicating the rules being
16230 reduced by a state, attach the lookaheads to the reductions.
16232 * src/state.h (state_t): Remove the `lookaheads',
16234 (reductions_t): Add a `lookaheads' member.
16236 * src/state.c (reductions_new): Initialize the lookaheads member
16696 lookaheads columns.
[all …]
/external/bison/po/
Did.po258 " `lookahead' asosiasikan lookaheads ke item secara eksplisit\n"
Dtr.po237 " `lookahead' explicitly associate lookaheads to items\n"
Dde.po1299 #~ msgid "State %d: %d lookaheads\n"
/external/bison/doc/
Dbison.texi8808 When invoked with @option{--report=lookaheads}, the lookahead tokens, when
Dbison.info8295 When invoked with `--report=lookaheads', the lookahead tokens, when