Searched refs:cpp_get_token (Results 1 – 18 of 18) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | directives.c | 855 token = cpp_get_token (pfile); in do_line() 869 token = cpp_get_token (pfile); in do_line() 911 token = cpp_get_token (pfile); in do_linemarker() 922 token = cpp_get_token (pfile); in do_linemarker() 1020 const cpp_token *str = cpp_get_token (pfile); in do_ident() 1295 token = cpp_get_token (pfile); in do_pragma() 1305 token = cpp_get_token (pfile); in do_pragma() 1454 if (cpp_get_token (pfile)->type != CPP_EOF) in do_pragma_dependency() 1577 toks[count] = *cpp_get_token (pfile); in destringize_and_run() 1821 paren = cpp_get_token (pfile); in parse_answer() [all …]
|
| H A D | macro.c | 619 token = cpp_get_token (pfile); in collect_args() 717 token = cpp_get_token (pfile); in funlike_invocation_p() 1052 token = cpp_get_token (pfile); in expand_arg() 1094 cpp_get_token (cpp_reader *pfile) in cpp_get_token() function 1194 while (cpp_get_token (pfile)->type != CPP_EOF) in cpp_scan_nooutput()
|
| H A D | expr.c | 534 token = cpp_get_token (pfile); in parse_defined() 538 token = cpp_get_token (pfile); in parse_defined() 544 if (paren && cpp_get_token (pfile)->type != CPP_CLOSE_PAREN) in parse_defined() 777 op.token = cpp_get_token (pfile); in _cpp_parse_expr()
|
| H A D | lex.c | 1534 token = cpp_get_token (pfile); in cpp_output_line() 1538 token = cpp_get_token (pfile); in cpp_output_line()
|
| H A D | ChangeLog | 473 * macro.c (replace_args, cpp_get_token): Copy whole
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-lex.c | 293 s = cpp_get_token (pfile); in cb_def_pragma() 297 s = cpp_get_token (pfile); in cb_def_pragma() 340 tok = cpp_get_token (parse_in); in c_lex_with_flags() 395 tok = cpp_get_token (parse_in); in c_lex_with_flags() 739 tok = cpp_get_token (parse_in); in lex_string()
|
| H A D | scan-decls.c | 52 const cpp_token *result = cpp_get_token (pfile); in get_a_token()
|
| H A D | c-ppoutput.c | 148 const cpp_token *token = cpp_get_token (pfile); in scan_translation_unit()
|
| H A D | fix-header.c | 694 const cpp_token *t = cpp_get_token (scan_in); in read_scan_file()
|
| H A D | ChangeLog-2000 | 2099 (cpp_get_token): Don't use pfile->skipping. 3740 * cppexp.c (parse_defined): Call cpp_get_token not 3753 (cpp_get_token): Merge contents of _cpp_get_token. 4385 (cpp_get_token): Don't handle directives here. 5306 new cpp_get_token prototype. 26419 do_ifdef, skip_if_group, cpp_get_token, parse_string, 26574 (cpp_get_token): Don't use CPP_C89. 27428 cpp_get_token. Add more error checking. 28009 * cpplib.c (cpp_get_token): Produce them. 28765 token buffer across a call to cpp_get_token. [all …]
|
| H A D | FSFChangeLog.10 | 7773 (skip_if_group): Use cpp_get_token instead of skip_quoted_string. 7780 (macroexpand, cpp_get_token): Fix reporting of unterminated strings. 7792 (skip_quoted_string, cpp_get_token): Update calls to line_for_error. 8234 (cpp_get_token): Remove unneeded "@ " (not " ") at end of expansion. 8235 (cpp_get_token): Handle "@ ". 8794 (cpp_get_token): Fix thinko (in code for chopping unneeded space). 9141 * cpplib.c (cpp_get_token): If traditional, return after comment,
|
| H A D | ChangeLog-1999 | 8066 (cpp_get_token [case EOF]): Unwind the if stack and generate 11580 * cpplib.c (cpp_get_token): Remove unused label `op3'. 12382 * cpplib.c (cpp_get_token): Don't return a CPP_POP if the buffer 12715 * cpplib.c (cpp_get_token): Return CPP_EOF if manual_pop. 15389 (cpp_get_token [case '\n']): Don't bump pfile->lineno if 15897 copy_rest_of_line, cpp_get_token, parse_string, 17667 parse_string directly, don't go through cpp_get_token. Emit 17676 (cpp_get_token): Break out string parsing code to 19330 (cpp_get_token): Don't pop the last buffer off the stack. 20473 (cpp_get_token): Don't do either of the above two things here.
|
| H A D | ChangeLog-2001 | 9439 (cpp_get_token): Don't handle buitins, nor _Pragma here. 10097 (cpp_get_token): Update. 10106 (cpp_get_token): Update to handle tokens as pointers to const, 10900 * cppmacro.c (cpp_get_token, parse_params, 11049 cpp_get_token): Preserve BOL flag. 11173 (cpp_get_token): Remove lookahead stuff. Update. 30122 * cppmacro.c (cpp_get_token): Avoid pasting after a builtin. 30458 (cpp_get_token): Macro expansion tokens get the saved flags. 30543 * cppmacro.c (cpp_get_token): Use saved_flags to remember 30693 (cpp_get_token): Set AVOID_LPASTE flag on first token of a
|
| H A D | FSFChangeLog.11 | 2514 (cpp_get_token): Arg is cpp_reader *, not struct parse_marker *. 4203 (yy_get_token): New function, that calls cpp_get_token. 6914 (cpp_get_token): Unless -lang-c89 is specified, allow C9X-style 12563 * cpplib.c (special_symbol, do_once, do_include, cpp_get_token):
|
| H A D | ChangeLog-1998 | 3811 * cpplib.c (cpp_get_token): Replace whitespace that occurs between 14902 (cpp_get_token): Remove unused variable `dummy'.
|
| H A D | ChangeLog-2002 | 17260 push_token_context, cpp_get_token, _cpp_backup_tokens): Update. 26108 * cppmacro.c (cpp_get_token): If expanding a macro while
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 694 extern const cpp_token *cpp_get_token (cpp_reader *);
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | cppinternals.texi | 142 interface for obtaining the next token, @code{cpp_get_token}, takes care
|