/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | macro.c | 908 len = cpp_spell_token (pfile, token, buf, true) - buf; in stringify_arg() 913 dest = cpp_spell_token (pfile, token, dest, true); in stringify_arg() 950 end = lhsend = cpp_spell_token (pfile, *plhs, buf, true); in paste_tokens() 960 end = cpp_spell_token (pfile, rhs, end, true); in paste_tokens() 3925 buffer = cpp_spell_token (pfile, token, buffer, true); in cpp_macro_definition()
|
H A D | lex.c | 1305 sz = cpp_spell_token (pfile, token, buf, false) - buf; in warn_about_normalization() 3290 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token() function 3346 end = cpp_spell_token (pfile, token, start, false); in cpp_token_as_text() 3571 last = cpp_spell_token (pfile, token, &result[out], 0); in cpp_output_line_to_string()
|
H A D | directives.c | 738 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | macro.cc | 958 len = cpp_spell_token (pfile, token, buf, true) - buf; in stringify_arg() 963 dest = cpp_spell_token (pfile, token, dest, true); in stringify_arg() 1000 end = lhsend = cpp_spell_token (pfile, *plhs, buf, true); in paste_tokens() 1010 end = cpp_spell_token (pfile, rhs, end, true); in paste_tokens() 4176 buffer = cpp_spell_token (pfile, token, buffer, true); in cpp_macro_definition()
|
H A D | lex.cc | 1841 sz = cpp_spell_token (pfile, token, buf, false) - buf; in warn_about_normalization() 4130 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token() function 4186 end = cpp_spell_token (pfile, token, start, false); in cpp_token_as_text() 4416 last = cpp_spell_token (pfile, token, &result[out], 0); in cpp_output_line_to_string()
|
H A D | ChangeLog | 3603 cpp_spell_token. 3604 (cpp_spell_token): Adjust FORSTRING argument semantics to return 3611 cpp_spell_token. 5420 cpp_spell_token, cpp_output_token, _cpp_equiv_tokens, 5453 (cpp_spell_token): Use it. 6734 * directives.c (glue_header_name): Update call to cpp_spell_token. 6743 (cpp_spell_token): Add FORSTRING parameter. Use it. 6744 (cpp_token_as_text): Update call to cpp_spell_token. 6746 (stringify_arg): Update call to cpp_spell_token. 6752 * include/cpplib.h: Add parameter to cpp_spell_token.
|
H A D | directives.cc | 755 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1012 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1094 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-lex.cc | 631 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
|
H A D | c-ada-spec.cc | 364 = cpp_spell_token (parse_in, token, buffer, false); in dump_ada_macros() 535 buffer = cpp_spell_token (parse_in, token, buffer, false); in dump_ada_macros()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-lex.c | 578 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
|
H A D | c-ada-spec.c | 364 = cpp_spell_token (parse_in, token, buffer, false); in dump_ada_macros() 535 buffer = cpp_spell_token (parse_in, token, buffer, false); in dump_ada_macros()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppinternals.info | 123 'cpp_spell_token' and 'cpp_token_len'. These functions are useful when
|
H A D | cppinternals.texi | 147 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppinternals.info | 123 'cpp_spell_token' and 'cpp_token_len'. These functions are useful when
|
H A D | cppinternals.texi | 147 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
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 | 29266 cpp_spell_token.
|
H A D | ChangeLog-2002 | 25524 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
|