Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/LD/
DEhFrameReader.cpp133 State cur_state = Q0; in read() local
134 while (Reject != cur_state && Accept != cur_state) { in read()
139 if (!transition[cur_state][token.kind](pEhFrame, entry, token)) { in read()
149 cur_state = Accept; in read()
151 cur_state = Reject; in read()
153 cur_state = autometa[cur_state][token.kind]; in read()
157 if (Reject == cur_state) { in read()