Home
last modified time | relevance | path

Searched refs:_cpp_lex_token (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Ddirectives.c205 while (_cpp_lex_token (pfile)->type != CPP_EOF) in skip_rest_of_line()
213 if (! SEEN_EOL () && _cpp_lex_token (pfile)->type != CPP_EOF) in check_eol()
235 tok = _cpp_lex_token (pfile); in check_eol_return_comments()
393 dname = _cpp_lex_token (pfile); in _cpp_handle_directive()
514 const cpp_token *token = _cpp_lex_token (pfile); in lex_macro_node()
796 const cpp_token *token = _cpp_lex_token (pfile); in read_flag()
1389 tok = _cpp_lex_token (pfile); in do_pragma_poison()
H A DChangeLog.gcc4363 * lex.c (_cpp_lex_token): Added assertion.
H A Dmacro.c1105 result = _cpp_lex_token (pfile); in cpp_get_token()
1329 const cpp_token *token = _cpp_lex_token (pfile); in parse_params()
1391 token = _cpp_lex_token (pfile); in parse_params()
1447 ctoken = _cpp_lex_token (pfile); in create_iso_definition()
H A Dinternal.h555 extern const cpp_token *_cpp_lex_token (cpp_reader *);
H A DChangeLog131 * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return
708 (_cpp_lex_token): Check for a directive-result token and
H A Dlex.c763 _cpp_lex_token (cpp_reader *pfile) in _cpp_lex_token() function
/freebsd-12.1/contrib/gcc/doc/
H A Dcppinternals.texi394 The routine @code{_cpp_lex_token} handles moving to new token runs,
399 to be made. @code{_cpp_lex_token} also handles skipping over tokens in
939 @code{_cpp_lex_token} sets @code{mi_valid} to @code{false}. This
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20002088 * cpplex.c (_cpp_lex_token): Loop until not skipping.
2723 * cpplex.c (parse_string, _cpp_lex_token): Update.
3323 * cpplex.c (_cpp_lex_token): Warn pedantically if not C99.
3872 * cpplex.c (_cpp_lex_token): CPP_COMMENT and true CPP_EOF
4287 * cpplex.c (_cpp_lex_token): Don't leave the lexer at EOL.
4380 * cpplex.c (_cpp_lex_token): Handle directives directly.
5043 (_cpp_lex_token): Warn about missing newlines iff
15001 _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,
21194 (_cpp_lex_token): Provide COMMENT tokens to caller if
26203 (maybe_macroexpand, _cpp_lex_token): New functions.
[all …]
H A DChangeLog-200110820 * cpplex.c (_cpp_lex_token): Update.
10896 * cpphash.h (_cpp_lex_token): Update prototype.
10897 * cpplex.c (_cpp_lex_token): New prototype.
11150 (_cpp_lex_token): Clean up logic.
11612 (_cpp_lex_token): Update call site.
13003 _cpp_lex_token): Update accordingly.
16023 * cpplex.c (_cpp_lex_token): Similarly.
16264 (_cpp_lex_token): Don't skip tokens in a directive.
21655 * cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001
23181 * cpplex.c (_cpp_lex_token): Ensure we warn at most once
[all …]
H A DChangeLog-200229970 * cpplex.c (_cpp_lex_token): Handle directives in macro