Home
last modified time | relevance | path

Searched refs:tokenrun (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h139 typedef struct tokenrun tokenrun; typedef
140 struct tokenrun struct
142 tokenrun *next, *prev; argument
479 tokenrun base_run, *cur_run;
717 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
H A Dlex.c63 static tokenrun *next_tokenrun (tokenrun *);
2443 _cpp_init_tokenrun (tokenrun *run, unsigned int count) in _cpp_init_tokenrun()
2451 static tokenrun *
2452 next_tokenrun (tokenrun *run) in next_tokenrun()
2456 run->next = XNEW (tokenrun); in next_tokenrun()
2557 tokenrun *next = next_tokenrun (pfile->cur_run); in _cpp_temp_token()
H A Dinit.c306 tokenrun *run, *runn; in cpp_destroy()
H A Ddirectives.c1825 tokenrun *saved_cur_run; in destringize_and_run()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h143 typedef struct tokenrun tokenrun; typedef
144 struct tokenrun struct
146 tokenrun *next, *prev; argument
495 tokenrun base_run, *cur_run;
750 extern void _cpp_init_tokenrun (tokenrun *, unsigned int);
H A Dlex.cc63 static tokenrun *next_tokenrun (tokenrun *);
3079 _cpp_init_tokenrun (tokenrun *run, unsigned int count) in _cpp_init_tokenrun()
3087 static tokenrun *
3088 next_tokenrun (tokenrun *run) in next_tokenrun()
3092 run->next = XNEW (tokenrun); in next_tokenrun()
3202 tokenrun *next = next_tokenrun (pfile->cur_run); in _cpp_temp_token()
H A Dinit.cc315 tokenrun *run, *runn; in cpp_destroy()
H A Ddirectives.cc1866 tokenrun *saved_cur_run; in destringize_and_run()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200111141 * cpphash.h (struct tokenrun): Add prev.
11569 * cpphash.h (struct tokenrun): New.