Searched refs:_cpp_lex_token (Results 1 – 10 of 10) sorted by relevance
205 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()
63 * lex.c (_cpp_lex_token): Added assertion.
1105 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()
555 extern const cpp_token *_cpp_lex_token (cpp_reader *);
131 * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return708 (_cpp_lex_token): Check for a directive-result token and
763 _cpp_lex_token (cpp_reader *pfile) in _cpp_lex_token() function
394 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 in939 @code{_cpp_lex_token} sets @code{mi_valid} to @code{false}. This
2088 * 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_EOF4287 * 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 iff15001 _cpp_parse_name, _cpp_lex_token, cpp_get_non_space_token,21194 (_cpp_lex_token): Provide COMMENT tokens to caller if26203 (maybe_macroexpand, _cpp_lex_token): New functions.[all …]
10820 * 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 200123181 * cpplex.c (_cpp_lex_token): Ensure we warn at most once[all …]
29970 * cpplex.c (_cpp_lex_token): Handle directives in macro