OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:look_ahead_set
(Results
1 - 2
of
2
) sorted by null
/external/bison/src/
conflicts.c
46
static bitset
look_ahead_set
;
variable
151
bitset_reset (
look_ahead_set
, token);
196
&& bitset_test (
look_ahead_set
, i)
275
bitset_zero (
look_ahead_set
);
278
bitset_set (
look_ahead_set
, TRANSITION_SYMBOL (trans, i));
285
&& !bitset_disjoint_p (reds->look_ahead_tokens[i],
look_ahead_set
))
292
if (!bitset_disjoint_p (reds->look_ahead_tokens[i],
look_ahead_set
))
295
bitset_or (
look_ahead_set
,
look_ahead_set
, reds->look_ahead_tokens[i]);
314
look_ahead_set
= bitset_create (ntokens, BITSET_FIXED)
[
all
...]
print.c
43
static bitset
look_ahead_set
;
variable
256
bitset_andn (
look_ahead_set
, reds->look_ahead_tokens[i], shift_set);
257
count = bitset_count (
look_ahead_set
);
569
look_ahead_set
= bitset_create (ntokens, BITSET_FIXED);
573
bitset_free (
look_ahead_set
);
Completed in 4632 milliseconds