Home
last modified time | relevance | path

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

/external/bison/src/
Dscan-gram.l186 boundary token_start IF_LINT (= scanner_cursor);
201 token_start = loc->start;
285 "'" STRING_GROW; token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER;
288 "\"" token_start = loc->start; BEGIN SC_ESCAPED_STRING;
366 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state;
377 <<EOF>> unexpected_eof (token_start, "*/"); BEGIN context_state;
402 loc->start = token_start;
408 \n unexpected_newline (token_start, "\""); BEGIN INITIAL;
409 <<EOF>> unexpected_eof (token_start, "\""); BEGIN INITIAL;
423 loc->start = token_start;
[all …]
Dscan-gram.c1257 boundary token_start IF_LINT (= scanner_cursor);
1395 token_start = loc->start;
1668 STRING_GROW; token_start = loc->start; BEGIN SC_ESCAPED_CHARACTER;
1674 token_start = loc->start; BEGIN SC_ESCAPED_STRING; variable
1786 unexpected_eof (token_start, "*/"); BEGIN context_state;
1802 unexpected_eof (token_start, "*/"); BEGIN context_state;
1838 loc->start = token_start;
1849 unexpected_newline (token_start, "\""); BEGIN INITIAL;
1853 unexpected_eof (token_start, "\""); BEGIN INITIAL;
1869 loc->start = token_start;
[all …]
/external/bison/
DChangeLog5037 (id_loc, token_start): Use (IF_LINTed) initial values that do not
5989 (id_loc, code_start, token_start): New local vars.
5995 (<INITIAL>"'", "\""): Save token_start.