Home
last modified time | relevance | path

Searched refs:SEEN_EOL (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dinternal.h631 #define SEEN_EOL() (pfile->cur_token[-1].type == CPP_EOF) macro
Ddirectives.cc224 if (! SEEN_EOL ()) in skip_rest_of_line()
234 if (! SEEN_EOL () && (expand in check_eol_1()
269 if (! SEEN_EOL ()) in check_eol_return_comments()
DChangeLog1127 SEEN_EOL.
1513 * directives.c (SEEN_EOL): Move macro to ...
1514 * internal.h (SEEN_EOL): ... here.
1515 * expr.c (parse_has_include): Don't cpp_get_token if SEEN_EOL ().
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-200111153 * cpplib.c (SEEN_EOL): Update.
15084 * cpplib.c (SEEN_EOL): New.
DChangeLog-200216412 (directive_table, SEEN_EOL): Update.
17084 * cpplib.c (SEEN_EOL): Update.