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

  /external/bison/lib/
bitsetv.c 119 bitset_or (bsetv[j], bsetv[j], bsetv[i]);
bitset.h 229 #define bitset_or(DST, SRC1, SRC2) BITSET_OR_ (DST, SRC1, SRC2) macro
354 #define bitset_union(DST, SRC1, SRC2) bitset_or (DST, SRC1, SRC2)
bitset.c 428 bitset_or (tmp, src1, src2);
  /external/bison/src/
closure.c 217 bitset_or (ruleset, ruleset, FDERIVES (ritem[core[c]]));
relation.c 79 bitset_or (F[i], F[i], F[R[i][j]]);
conflicts.c 295 bitset_or (look_ahead_set, look_ahead_set, reds->look_ahead_tokens[i]);
353 bitset_or (look_ahead_set, look_ahead_set, reds->look_ahead_tokens[i]);
lalr.c 324 bitset_or (LA[i], LA[i], F[sp->value]);
print.c 268 bitset_or (shift_set, shift_set, reds->look_ahead_tokens[i]);

Completed in 33 milliseconds