Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dearley-parser.cc251 auto final_item = in RunEarleyAlgorithm() local
253 if (final_item != processed->end()) { in RunEarleyAlgorithm()
255 return final_item->Children()[0]; in RunEarleyAlgorithm()
Dearley-parser.h302 const Item* final_item = RunEarleyAlgorithm(start, tokens, &table); in ParseTokens() local
303 return start->RunAction(final_item, tokens); in ParseTokens()