• Home
  • Raw
  • Download

Lines Matching refs:RBBITableBuilder

27 RBBITableBuilder::RBBITableBuilder(RBBIRuleBuilder *rb, RBBINode **rootNode) :  in RBBITableBuilder()  function in RBBITableBuilder
47 RBBITableBuilder::~RBBITableBuilder() { in ~RBBITableBuilder()
62 void RBBITableBuilder::build() { in build()
200 void RBBITableBuilder::calcNullable(RBBINode *n) { in calcNullable()
247 void RBBITableBuilder::calcFirstPos(RBBINode *n) { in calcFirstPos()
293 void RBBITableBuilder::calcLastPos(RBBINode *n) { in calcLastPos()
339 void RBBITableBuilder::calcFollowPos(RBBINode *n) { in calcFollowPos()
385 void RBBITableBuilder::calcChainedFollowPos(RBBINode *tree) { in calcChainedFollowPos()
489 void RBBITableBuilder::bofFixup() { in bofFixup()
544 void RBBITableBuilder::buildStateTable() { in buildStateTable()
694 void RBBITableBuilder::flagAcceptingStates() { in flagAcceptingStates()
756 void RBBITableBuilder::flagLookAheadStates() { in flagLookAheadStates()
789 void RBBITableBuilder::flagTaggedStates() { in flagTaggedStates()
829 void RBBITableBuilder::mergeRuleStatusVals() { in mergeRuleStatusVals()
921 void RBBITableBuilder::sortedAdd(UVector **vector, int32_t val) { in sortedAdd()
954 void RBBITableBuilder::setAdd(UVector *dest, UVector *source) { in setAdd()
1019 UBool RBBITableBuilder::setEquals(UVector *a, UVector *b) { in setEquals()
1031 void RBBITableBuilder::printPosSets(RBBINode *n) { in printPosSets()
1060 int32_t RBBITableBuilder::getTableSize() const { in getTableSize()
1092 void RBBITableBuilder::exportTable(void *where) { in exportTable()
1141 void RBBITableBuilder::printSet(UVector *s) { in printSet()
1158 void RBBITableBuilder::printStates() { in printStates()
1195 void RBBITableBuilder::printRuleStatusTable() { in printRuleStatusTable()