Searched refs:token_obstack (Results 1 – 3 of 3) sorted by relevance
104 struct obstack GTY ((skip (""))) token_obstack;173 static struct obstack token_obstack; variable199 gcc_obstack_init (&token_obstack); in init_spew()399 f->token_obstack = token_obstack;407 gcc_obstack_init (&token_obstack);421 obstack_free (&token_obstack, 0); in end_input()422 token_obstack = f->token_obstack; in end_input()437 return (obstack_object_size (&token_obstack) / sizeof (struct token)) in num_tokens()452 return ((struct token*)obstack_base (&token_obstack)) + n + first_token;487 size_t point = obstack_object_size (&token_obstack); in shift_token()[all …]
4176 (token_obstack): Make static.
2773 (token_obstack): Make static.