Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c63 static tokenrun *next_tokenrun (tokenrun *);
2452 next_tokenrun (tokenrun *run) in next_tokenrun() function
2557 tokenrun *next = next_tokenrun (pfile->cur_run); in _cpp_temp_token()
2573 pfile->cur_run = next_tokenrun (pfile->cur_run); in _cpp_temp_token()
2594 pfile->cur_run = next_tokenrun (pfile->cur_run); in _cpp_lex_token()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dlex.cc63 static tokenrun *next_tokenrun (tokenrun *);
3088 next_tokenrun (tokenrun *run) in next_tokenrun() function
3202 tokenrun *next = next_tokenrun (pfile->cur_run); in _cpp_temp_token()
3218 pfile->cur_run = next_tokenrun (pfile->cur_run); in _cpp_temp_token()
3384 pfile->cur_run = next_tokenrun (pfile->cur_run); in _cpp_lex_token()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200111149 (next_tokenrun): Update.
11574 * cpplex.c (lex_directive, lex_token, next_tokenrun): New.