Searched refs:_cpp_lex_token (Results 1 – 16 of 16) sorted by relevance
217 while (_cpp_lex_token (pfile)->type != CPP_EOF) in skip_rest_of_line()228 : _cpp_lex_token (pfile))->type != CPP_EOF) in check_eol_1()267 tok = _cpp_lex_token (pfile); in check_eol_return_comments()435 dname = _cpp_lex_token (pfile); in _cpp_handle_directive()585 const cpp_token *token = _cpp_lex_token (pfile); in lex_macro_node()896 const cpp_token *token = _cpp_lex_token (pfile); in read_flag()1662 tok = _cpp_lex_token (pfile); in do_pragma_poison()1742 const cpp_token *tok = _cpp_lex_token (pfile); in do_pragma_warning_or_error()
713 extern const cpp_token *_cpp_lex_token (cpp_reader *);
2524 peektok = _cpp_lex_token (pfile); in cpp_peek_token()2586 _cpp_lex_token (cpp_reader *pfile) in _cpp_lex_token() function
2875 result = _cpp_lex_token (pfile); in cpp_get_token_1()3297 const cpp_token *token = _cpp_lex_token (pfile); in parse_params()
225 while (_cpp_lex_token (pfile)->type != CPP_EOF) in skip_rest_of_line()236 : _cpp_lex_token (pfile))->type != CPP_EOF) in check_eol_1()275 tok = _cpp_lex_token (pfile); in check_eol_return_comments()443 dname = _cpp_lex_token (pfile); in _cpp_handle_directive()601 const cpp_token *token = _cpp_lex_token (pfile); in lex_macro_node()913 const cpp_token *token = _cpp_lex_token (pfile); in read_flag()1703 tok = _cpp_lex_token (pfile); in do_pragma_poison()1783 const cpp_token *tok = _cpp_lex_token (pfile); in do_pragma_warning_or_error()
746 extern const cpp_token *_cpp_lex_token (cpp_reader *);
2989 result = _cpp_lex_token (pfile); in cpp_get_token_1()3500 const cpp_token *token = _cpp_lex_token (pfile); in parse_params()
3160 peektok = _cpp_lex_token (pfile); in cpp_peek_token()3376 _cpp_lex_token (cpp_reader *pfile) in _cpp_lex_token() function
761 (_cpp_lex_token): Call it.6239 * lex.c (_cpp_lex_token): Added assertion.6416 * lex.c (_cpp_lex_token): Allow _cpp_handle_directive to return6993 (_cpp_lex_token): Check for a directive-result token and
363 The routine '_cpp_lex_token' handles moving to new token runs,368 made. '_cpp_lex_token' also handles skipping over tokens in failed881 '_cpp_lex_token' sets 'mi_valid' to 'false'. This enforces the
395 The routine @code{_cpp_lex_token} handles moving to new token runs,400 to be made. @code{_cpp_lex_token} also handles skipping over tokens in940 @code{_cpp_lex_token} sets @code{mi_valid} to @code{false}. This
1154 (_cpp_lex_token): Return unconditionally at the end of a directive.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_EOF4035 (skip_rest_of_line): Use _cpp_lex_token after popping contexts4042 * cpplex.c (_cpp_lex_token): Clear skipping on EOF. Handle4097 * cpplex.c (_cpp_lex_token): Rename skip_newlines to next_bol4287 * cpplex.c (_cpp_lex_token): Don't leave the lexer at EOL.4380 * cpplex.c (_cpp_lex_token): Handle directives directly.[all …]
10820 * cpplex.c (_cpp_lex_token): Update.10896 * cpphash.h (_cpp_lex_token): Update prototype.10897 * cpplex.c (_cpp_lex_token): New prototype.11042 * cpplex.c (_cpp_lex_token): Callback for start of new output lines.11150 (_cpp_lex_token): Clean up logic.11575 (lex_token): New internalised version of _cpp_lex_token. Don't11612 (_cpp_lex_token): Update call site.12998 * cpplex.c (_cpp_lex_token): Don't do -include file pushing here.13003 _cpp_lex_token): Update accordingly.13244 * cpplex.c (_cpp_lex_token): Push a new -include buffer if[all …]
29970 * cpplex.c (_cpp_lex_token): Handle directives in macro