Searched refs:NextSym (Results 1 – 3 of 3) sorted by relevance
74 SymbolID NextSym = ExpandingItem.next(G); in closure() local75 if (pseudo::isToken(NextSym)) in closure()77 auto RRange = G.table().Nonterminals[NextSym].RuleRange; in closure()
672 const auto NextSym = in handleEraseAfter() local677 State = invalidateIteratorPositions(State, NextSym, BO_EQ); in handleEraseAfter()
7578 uint64_t NextSym = 0; in DisassembleMachO() local7586 NextSym = cantFail(Symbols[NextSymIdx].getValue()); in DisassembleMachO()7587 NextSym -= SectionAddress; in DisassembleMachO()7593 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()