Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Dinit.c504 token = _cpp_lex_direct (pfile); in read_original_filename()
508 token1 = _cpp_lex_direct (pfile); in read_original_filename()
535 hash = _cpp_lex_direct (pfile); in read_original_directory()
542 token = _cpp_lex_direct (pfile); in read_original_directory()
550 token = _cpp_lex_direct (pfile); in read_original_directory()
H A DChangeLog58 * lex.c (_cpp_lex_direct): Ditto.
133 (_cpp_lex_direct): Emit CPP_PRAGMA_EOL tokens.
173 state.in_directive before calling _cpp_lex_direct for
320 (_cpp_lex_direct): Cast node->directive_index to (enum cpp_ttype).
437 (_cpp_lex_direct): Pass normalize_state to subroutines. Check
456 (_cpp_lex_direct): Pass extra parameter to lex_identifier.
H A Dinternal.h544 extern cpp_token *_cpp_lex_direct (cpp_reader *);
H A Dmacro.c310 _cpp_push_token_context (pfile, NULL, _cpp_lex_direct (pfile), 1); in builtin_macro()
456 *plhs = _cpp_lex_direct (pfile); in paste_tokens()
1404 token = _cpp_lex_direct (pfile); in lex_expansion_token()
H A Dlex.c764 result = _cpp_lex_direct (pfile); in _cpp_lex_token()
870 _cpp_lex_direct (cpp_reader *pfile) in _cpp_lex_direct() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h540 extern cpp_token *_cpp_lex_direct PARAMS ((cpp_reader *));
H A Dcppmacro.c292 push_token_context (pfile, NULL, _cpp_lex_direct (pfile), 1);
460 *plhs = _cpp_lex_direct (pfile);
1432 token = _cpp_lex_direct (pfile);
H A Dcppinit.c1044 token = _cpp_lex_direct (pfile);
1047 token1 = _cpp_lex_direct (pfile);
H A Dcpplex.c848 result = _cpp_lex_direct (pfile);
953 _cpp_lex_direct (pfile) in _cpp_lex_direct() function
H A DChangeLog.63864 * 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.76842 (_cpp_lex_direct): Use handle_nul.
7785 * cpplex.c (_cpp_lex_direct): When in a directive at EOF
11077 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
11652 (_cpp_lex_direct): Pass second comment start character to
13375 (_cpp_lex_direct): Update calls to parse_number.
H A DChangeLog18506 * cpplex.c (_cpp_lex_direct): Likewise.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi151 Lexing of an individual token is handled by @code{_cpp_lex_direct} and
159 The job of @code{_cpp_lex_direct} is simply to lex a token. It is not
272 Similarly code in the main body of @code{_cpp_lex_direct} cannot simply
309 cases are handled by @code{_cpp_lex_direct} based upon command-line
395 calling @code{_cpp_lex_direct} to lex new tokens, or returning
968 Finally, since @code{_cpp_lex_direct} pops the file off the buffer stack
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcppinternals.texi151 Lexing of an individual token is handled by @code{_cpp_lex_direct} and
159 The job of @code{_cpp_lex_direct} is simply to lex a token. It is not
272 Similarly code in the main body of @code{_cpp_lex_direct} cannot simply
309 cases are handled by @code{_cpp_lex_direct} based upon command-line
395 calling @code{_cpp_lex_direct} to lex new tokens, or returning
968 Finally, since @code{_cpp_lex_direct} pops the file off the buffer stack
H A Dcppinternals.info117 Lexing of an individual token is handled by `_cpp_lex_direct' and its
125 The job of `_cpp_lex_direct' is simply to lex a token. It is not
233 Similarly code in the main body of `_cpp_lex_direct' cannot simply
268 are handled by `_cpp_lex_direct' based upon command-line flags stored
353 calling `_cpp_lex_direct' to lex new tokens, or returning
900 Finally, since `_cpp_lex_direct' pops the file off the buffer stack