Home
last modified time | relevance | path

Searched refs:_cpp_lex_direct (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c711 token = _cpp_lex_direct (pfile); in read_original_filename()
715 token1 = _cpp_lex_direct (pfile); in read_original_filename()
742 hash = _cpp_lex_direct (pfile); in read_original_directory()
749 token = _cpp_lex_direct (pfile); in read_original_directory()
757 token = _cpp_lex_direct (pfile); in read_original_directory()
H A Dinternal.h714 extern cpp_token *_cpp_lex_direct (cpp_reader *);
H A Dmacro.c782 cpp_token *token = _cpp_lex_direct (pfile); in builtin_macro()
968 lhs = _cpp_lex_direct (pfile); in paste_tokens()
3408 cpp_token *token = _cpp_lex_direct (pfile); in lex_expansion_token()
3445 cpp_token *token = _cpp_lex_direct (pfile); in create_iso_definition()
H A Dlex.c2609 result = _cpp_lex_direct (pfile); in _cpp_lex_token()
2715 _cpp_lex_direct (cpp_reader *pfile) in _cpp_lex_direct() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc754 const cpp_token *token = _cpp_lex_direct (pfile); in read_original_filename()
801 const cpp_token *hash = _cpp_lex_direct (pfile); in read_original_directory()
804 const cpp_token *number = _cpp_lex_direct (pfile); in read_original_directory()
806 const cpp_token *string = _cpp_lex_direct (pfile); in read_original_directory()
H A DChangeLog12 * lex.cc (_cpp_lex_direct): When lexing CPP_COLON with another
181 * lex.c (_cpp_lex_direct): If buffer->need_line while
736 * lex.c (maybe_va_opt_error, _cpp_lex_direct): Adjust for rename.
864 (_cpp_lex_direct): Handle EOF in pragma when setting need_line,
904 * lex.c (_cpp_lex_direct): Do not complete EOF processing when
1070 (_cpp_lex_direct): Adjust for new _cpp_get_fresh_line behaviour.
1316 * lex.c (_cpp_lex_direct): Test CPP_OPTION (pfile, scope) not
1332 (_cpp_lex_direct): Handle UTF-8 in identifiers and CPP_OTHER tokens.
1350 * lex.c (_cpp_lex_direct): Increment line for final \n when lexing
1900 * lex.c (_cpp_lex_direct): Use CPP_DL_NOTE instead of CPP_DL_PEDWARN,
[all …]
H A Dinternal.h747 extern cpp_token *_cpp_lex_direct (cpp_reader *);
H A Dmacro.cc832 cpp_token *token = _cpp_lex_direct (pfile); in builtin_macro()
1018 lhs = _cpp_lex_direct (pfile); in paste_tokens()
3611 cpp_token *token = _cpp_lex_direct (pfile); in lex_expansion_token()
3648 cpp_token *token = _cpp_lex_direct (pfile); in create_iso_definition()
H A Dlex.cc3266 peek = _cpp_lex_direct (pfile); in cpp_maybe_module_directive()
3291 peek = _cpp_lex_direct (pfile); in cpp_maybe_module_directive()
3399 result = _cpp_lex_direct (pfile); in _cpp_lex_token()
3525 _cpp_lex_direct (cpp_reader *pfile) in _cpp_lex_direct() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppinternals.info129 Lexing of an individual token is handled by '_cpp_lex_direct' and its
137 The job of '_cpp_lex_direct' is simply to lex a token. It is not
244 Similarly code in the main body of '_cpp_lex_direct' cannot simply
279 handled by '_cpp_lex_direct' based upon command-line flags stored in the
364 calling '_cpp_lex_direct' to lex new tokens, or returning
907 Finally, since '_cpp_lex_direct' pops the file off the buffer stack
H A Dcppinternals.texi152 Lexing of an individual token is handled by @code{_cpp_lex_direct} and
160 The job of @code{_cpp_lex_direct} is simply to lex a token. It is not
273 Similarly code in the main body of @code{_cpp_lex_direct} cannot simply
310 cases are handled by @code{_cpp_lex_direct} based upon command-line
396 calling @code{_cpp_lex_direct} to lex new tokens, or returning
969 Finally, since @code{_cpp_lex_direct} pops the file off the buffer stack
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info129 Lexing of an individual token is handled by '_cpp_lex_direct' and its
137 The job of '_cpp_lex_direct' is simply to lex a token. It is not
244 Similarly code in the main body of '_cpp_lex_direct' cannot simply
279 handled by '_cpp_lex_direct' based upon command-line flags stored in the
364 calling '_cpp_lex_direct' to lex new tokens, or returning
907 Finally, since '_cpp_lex_direct' pops the file off the buffer stack
H A Dcppinternals.texi152 Lexing of an individual token is handled by @code{_cpp_lex_direct} and
160 The job of @code{_cpp_lex_direct} is simply to lex a token. It is not
273 Similarly code in the main body of @code{_cpp_lex_direct} cannot simply
310 cases are handled by @code{_cpp_lex_direct} based upon command-line
396 calling @code{_cpp_lex_direct} to lex new tokens, or returning
969 Finally, since @code{_cpp_lex_direct} pops the file off the buffer stack
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20013864 * cpplex.c (_cpp_lex_direct): Check for prefix L separately.
3984 _cpp_lex_direct): Optimize for the fact that buffers are guaranteed
7917 * cpplex.c (_cpp_lex_direct): Likewise.
7979 _cpp_lex_direct): Update to do lookback freely.
8067 _cpp_lex_direct): Update to do more stepping back.
10086 (_cpp_lex_direct): Add PREV_WHITE when parsing args.
10819 * cpphash.h (_cpp_lex_direct): New.
10821 (lex_token): Rename _cpp_lex_direct; lex into pfile->cur_token,
H A DChangeLog-20036981 (_cpp_lex_direct): Likewise.
25273 * _cpp_lex_direct: Remove pointless code.
25441 (_cpp_lex_direct): Update calls to lex_string. Use create_literal
25621 (_cpp_lex_direct): Stray chars are saved as byte strings.
25855 * cpplex.c (_cpp_lex_direct): Set BOL for CPP_EOF tokens.
25872 (_cpp_lex_direct): Update to handle UCNs.
25988 (_cpp_lex_direct): Don't use backup_to; look ahead directly.
26007 (_cpp_lex_direct): Update.
H A DChangeLog-20021090 * cpplex.c (_cpp_lex_direct): Now directive_field is unsigned.
1261 * cpplex.c (_cpp_lex_direct): Update as value.operator is replaced
12798 * cpplex.c (_cpp_lex_direct): Likewise.
21289 (_cpp_lex_direct): Use handle_nul.
22232 * cpplex.c (_cpp_lex_direct): When in a directive at EOF
25524 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
26099 (_cpp_lex_direct): Pass second comment start character to
27822 (_cpp_lex_direct): Update calls to parse_number.
H A DChangeLog-200435466 _cpp_lex_direct): Likewise use highest_line.
35467 (_cpp_lex_direct): Use new LINEMAP_POSITION_FOR_COLUMN macro.
42263 * cpplex.c (_cpp_lex_direct): Likewise.
42272 * cpplex.c (_cpp_process_line_notes, _cpp_lex_direct,
42276 (_cpp_lex_direct): Use linemap_position_for_column.