Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/pseudo/lib/grammar/
H A DLRTableBuild.cpp78 unsigned SortedIndex = 0; in build() local
80 Table.RecoveryOffset[State] = SortedIndex; in build()
81 while (SortedIndex < Recoveries.size() && in build()
82 Recoveries[SortedIndex].first == State) in build()
83 SortedIndex++; in build()
85 Table.RecoveryOffset[NumStates] = SortedIndex; in build()
86 assert(SortedIndex == Recoveries.size()); in build()