OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_state
(Results
1 - 10
of
10
) sorted by null
/external/bison/src/
lalr.h
42
- #
to_state
57
* - #
to_state
63
* Update state numbers recorded in #goto_map, #from_state, and #
to_state
such
83
/** Index into #from_state and #
to_state
.
87
TO_STATE
of the first of them. */
90
/** The size of #from_state and #
to_state
. */
97
extern state_number *
to_state
;
lalr.c
46
state_number *
to_state
;
variable
114
to_state
= xcalloc (ngotos, sizeof *
to_state
);
124
to_state
[k] = sp->states[i]->number;
171
state_number stateno =
to_state
[i];
230
symbol_number symbol1 = states[
to_state
[i]]->accessing_symbol;
476
/* from_state[i] is not removed, so it and thus
to_state
[i] are
477
reachable, so
to_state
[i] != nstates_old. */
478
aver (old_to_new[
to_state
[i]] != nstates_old);
480
to_state
[ngotos_reachable] = old_to_new[to_state[i]]
[
all
...]
tables.c
501
if (
to_state
[i] != default_state)
513
if (
to_state
[i] != default_state)
516
*sp2++ =
to_state
[i];
545
state_count[
to_state
[i]]++;
835
free (
to_state
);
ielr.c
112
for (rulep = derives[states[
to_state
[i]]->accessing_symbol
220
== states[
to_state
[i]]->accessing_symbol
261
transitions *trans = states[
to_state
[i]]->transitions;
268
edge_array[nedges++] = map_goto (
to_state
[i], sym);
[
all
...]
/cts/tools/dasm/src/java_cup/
lalr_transition.java
66
public lalr_state
to_state
() {return _to_state;}
method in class:lalr_transition
lalr_state.java
517
act = new shift_action(trans.
to_state
());
537
our_red_row.under_non_term[sym.index()] = trans.
to_state
();
/cts/tools/dasm/etc/
java_cup-new.jar
java_cup.jar
java_cup.jar.old
/external/libnfc-nxp/src/
phHciNfc_Sequence.c
84
phHciNfc_eState_t
to_state
;
member in struct:phHciNfc_sFsm
[
all
...]
Completed in 1185 milliseconds