Searched refs:loc_ob (Results 1 – 1 of 1) sorted by relevance
1150 struct obstack loc_ob; in lex_string() local1204 gcc_obstack_init (&loc_ob); in lex_string()1206 obstack_grow (&loc_ob, &init_loc, sizeof (location_t)); in lex_string()1211 obstack_grow (&loc_ob, &tok->src_loc, sizeof (location_t)); in lex_string()1227 locs = XOBFINISH (&loc_ob, location_t *); in lex_string()1299 obstack_free (&loc_ob, 0); in lex_string()