Searched refs:antlr3BitsetORInPlace (Results 1 - 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3bitset.c43 static void antlr3BitsetORInPlace (pANTLR3_BITSET bitset, pANTLR3_BITSET bitset2);
126 bitset->borInPlace = antlr3BitsetORInPlace;
372 antlr3BitsetORInPlace(bitset, bitset2);
440 antlr3BitsetORInPlace(pANTLR3_BITSET bitset, pANTLR3_BITSET bitset2) function

Completed in 49 milliseconds