Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Dspew.c87 struct token_chunk *last_chunk; /* End of the token list. */ member
466 if (feed->input->cur_chunk != feed->input->last_chunk
1024 return t->last_chunk->toks + (t->last_pos++);
1026 t->last_chunk->next = ggc_alloc_cleared (sizeof (*t->last_chunk->next));
1027 t->last_chunk = t->last_chunk->next;
1028 t->last_chunk->next = NULL;
1031 return t->last_chunk->toks;
1039 struct token *result = t->last_chunk->toks + t->last_pos - 1;
1043 if (t->last_pos == 0 && t->last_chunk != t->tokens)
1047 while (c->next != t->last_chunk)
[all …]
DChangeLog2140 * spew.c (remove_last_token): Make sure that last_chunk is set
/openbsd/src/gnu/gcc/gcc/cp/
DChangeLog-2002694 * spew.c (remove_last_token): Make sure that last_chunk is set