Home
last modified time | relevance | path

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

/external/antlr/runtime/C/src/
Dantlr3bitset.c43 static void antlr3BitsetORInPlace (pANTLR3_BITSET bitset, pANTLR3_BITSET bitset2);
125 bitset->borInPlace = antlr3BitsetORInPlace; in antlr3BitsetSetAPI()
371 antlr3BitsetORInPlace(bitset, bitset2); in antlr3BitsetOR()
439 antlr3BitsetORInPlace(pANTLR3_BITSET bitset, pANTLR3_BITSET bitset2) in antlr3BitsetORInPlace() function