OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:goto_follows
(Results
1 - 3
of
3
) sorted by null
/external/bison/src/
lalr.h
43
- #
goto_follows
102
/*
goto_follows
[i] is the set of tokens following goto i. */
103
extern bitsetv
goto_follows
;
lalr.c
47
bitsetv
goto_follows
= NULL;
variable
167
goto_follows
= bitsetv_create (ngotos, ntokens, BITSET_FIXED);
176
bitset_set (
goto_follows
[i], TRANSITION_SYMBOL (sp, j));
196
relation_digraph (reads, ngotos, &
goto_follows
);
296
relation_digraph (includes, ngotos, &
goto_follows
);
313
bitset_or (LA[i], LA[i],
goto_follows
[sp->value]);
ielr.c
433
goto_follows
[map_goto ((*predecessor)->number,
[
all
...]
Completed in 275 milliseconds