Searched refs:last_token (Results 1 – 9 of 9) sorted by relevance
69 int last_token; member94 b->last_token = -1; in init_buffer()107 buf->last_token = -1; in init_shared_buffer()210 tok->last_token = 0; in set_token()560 gdb_assert (src->last_token != -1); in append_tokens_without_splicing()561 gdb_assert (dest->last_token != -1); in append_tokens_without_splicing()569 if (dest->last_token == original_dest_len) in append_tokens_without_splicing()571 dest->last_token = original_dest_len + src->last_token; in append_tokens_without_splicing()578 dest->text + dest->last_token, in append_tokens_without_splicing()579 dest->len - dest->last_token); in append_tokens_without_splicing()[all …]
62 static int last_token; variable176 if (last_token != ARITH_RPAREN) in primary()178 last_token = yylex(); in primary()181 last_token = op; in primary()184 last_token = op; in primary()218 op2 = last_token; in binop2()222 op2 = last_token; in binop2()239 op = last_token; in binop()251 op = last_token; in and()268 op = last_token; in or()[all …]
339 && (ps.last_token == rparen || ps.last_token == semicolon || in lexi()340 ps.last_token == decl || in lexi()341 ps.last_token == lbrace || ps.last_token == rbrace)) { in lexi()
108 ps.last_token = semicolon; in main()499 if (ps.last_token != comma || ps.p_l_follow > 0 in main()510 (ps.last_token != ident || proc_calls_space in main()514 if (troff && !ps.dumped_decl_indent && !is_procname && ps.last_token == decl) { in main()706 if (ps.last_token == rparen && rparen_count == 0) in main()898 if (ps.last_token == rparen && ps.tos <= 1) { in main()1187 ps.last_token = type_code; in main()
231 int last_token; member
790 const char *last_token = end; in is_terminated() local795 last_token = p; in is_terminated()797 return end - last_token == 1 in is_terminated()798 && (*last_token == '.' || *last_token == '!' || *last_token == '?'); in is_terminated()
129 cp_token_position GTY ((skip)) last_token;322 lexer->last_token = pos; in cp_lexer_new_main()348 lexer->last_token = last; in cp_lexer_new_from_tokens()598 if (token == lexer->last_token) in cp_lexer_peek_nth_token()631 if (lexer->next_token == lexer->last_token) in cp_lexer_consume_token()671 if (tok == lexer->last_token) in cp_lexer_purge_token()691 peek = lexer->last_token; in cp_lexer_purge_tokens_after()
1060 next_token and last_token cp_token_position. Make saved_tokens a
27342 * cpphash.c (collect_expansion): Make sure to reset last_token