Searched refs:cpp_spell_token (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12.1/contrib/gcclibs/libcpp/ |
| H A D | macro.c | 407 len = cpp_spell_token (pfile, token, buf, true) - buf; in stringify_arg() 412 dest = cpp_spell_token (pfile, token, dest, true); in stringify_arg() 447 end = lhsend = cpp_spell_token (pfile, *plhs, buf, false); in paste_tokens() 455 end = cpp_spell_token (pfile, rhs, end, false); in paste_tokens() 1820 buffer = cpp_spell_token (pfile, token, buffer, false); in cpp_macro_definition()
|
| H A D | ChangeLog | 449 * directives.c (glue_header_name): Update call to cpp_spell_token. 458 (cpp_spell_token): Add FORSTRING parameter. Use it. 459 (cpp_token_as_text): Update call to cpp_spell_token. 461 (stringify_arg): Update call to cpp_spell_token. 467 * include/cpplib.h: Add parameter to cpp_spell_token.
|
| H A D | lex.c | 457 sz = cpp_spell_token (pfile, token, buf, false) - buf; in warn_about_normalization() 1306 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token() function 1375 end = cpp_spell_token (pfile, token, start, false); in cpp_token_as_text()
|
| H A D | directives.c | 651 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
|
| /freebsd-12.1/contrib/gcclibs/libcpp/include/ |
| H A D | cpplib.h | 686 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-lex.c | 430 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
|
| H A D | ChangeLog-2001 | 3429 * cpplex.c (cpp_spell_token): Similarly. 9229 (cpp_token_len, cpp_spell_token, cpp_output_token, 22921 cpp_spell_token, cpp_output_token): Similarly. 28588 * cpplex.c (cpp_spell_token): Cast enums to int for minus.
|
| H A D | ChangeLog-2000 | 4590 * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token, 5263 (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
|
| H A D | ChangeLog-2003 | 25443 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify. 25622 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't
|
| H A D | ChangeLog-2005 | 29267 cpp_spell_token.
|
| H A D | ChangeLog-2002 | 25524 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | cppinternals.texi | 146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
|