HomeSort by relevance Sort by last modified time
    Searched refs:bitset_or (Results 1 - 9 of 9) sorted by null

  /external/bison/lib/
bitsetv.c 119 bitset_or (bsetv[j], bsetv[j], bsetv[i]);
bitset.h 230 #define bitset_or(DST, SRC1, SRC2) BITSET_OR_ (DST, SRC1, SRC2) macro
355 #define bitset_union(DST, SRC1, SRC2) bitset_or (DST, SRC1, SRC2)
bitset.c 428 bitset_or (tmp, src1, src2);
  /external/bison/src/
closure.c 214 bitset_or (ruleset, ruleset, FDERIVES (ritem[core[c]]));
relation.c 79 bitset_or (F[i], F[i], F[R[i][j]]);
conflicts.c 375 bitset_or (lookahead_set, lookahead_set, reds->lookahead_tokens[i]);
445 bitset_or (lookahead_set, lookahead_set, reds->lookahead_tokens[i]);
ielr.c 431 bitset_or (item_lookahead_sets[s->number][item],
456 bitset_or (item_lookahead_sets[s->number][item],
593 bitset_or (follow_set, follow_set, s->lookaheads[item]);
810 bitset_or ((*this_isocorep)->lookaheads[i],
    [all...]
AnnotationList.c 177 bitset_or (conflicted_tokens,
179 bitset_or (tokens, tokens, reds->lookahead_tokens[i]);
    [all...]
lalr.c 313 bitset_or (LA[i], LA[i], goto_follows[sp->value]);

Completed in 103 milliseconds