Home
last modified time | relevance | path

Searched refs:cpp_spell_token (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dmacro.c908 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 Dmacro.cc899 len = cpp_spell_token (pfile, token, buf, true) - buf; in stringify_arg()
904 dest = cpp_spell_token (pfile, token, dest, true); in stringify_arg()
941 end = lhsend = cpp_spell_token (pfile, *plhs, buf, true); in paste_tokens()
951 end = cpp_spell_token (pfile, rhs, end, true); in paste_tokens()
4117 buffer = cpp_spell_token (pfile, token, buffer, true); in cpp_macro_definition()
H A Dlex.c1305 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 Dlex.cc1841 sz = cpp_spell_token (pfile, token, buf, false) - buf; in warn_about_normalization()
4124 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token() function
4180 end = cpp_spell_token (pfile, token, start, false); in cpp_token_as_text()
4410 last = cpp_spell_token (pfile, token, &result[out], 0); in cpp_output_line_to_string()
H A DChangeLog3588 cpp_spell_token.
3589 (cpp_spell_token): Adjust FORSTRING argument semantics to return
3596 cpp_spell_token.
5405 cpp_spell_token, cpp_output_token, _cpp_equiv_tokens,
5438 (cpp_spell_token): Use it.
6719 * directives.c (glue_header_name): Update call to cpp_spell_token.
6728 (cpp_spell_token): Add FORSTRING parameter. Use it.
6729 (cpp_token_as_text): Update call to cpp_spell_token.
6731 (stringify_arg): Update call to cpp_spell_token.
6737 * include/cpplib.h: Add parameter to cpp_spell_token.
H A Ddirectives.c738 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
H A Ddirectives.cc755 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c908 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 Dlex.c1305 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 Ddirectives.c738 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
/netbsd/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1012 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
/netbsd/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1012 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-lex.c578 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
H A Dc-lex.cc603 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
H A Dc-ada-spec.c364 = 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()
H A Dc-ada-spec.cc364 = 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/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-lex.c578 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
H A Dc-ada-spec.c364 = 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/external/gpl3/gcc.old/dist/gcc/doc/
H A Dcppinternals.texi147 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
H A Dcppinternals.info123 'cpp_spell_token' and 'cpp_token_len'. These functions are useful when
/netbsd/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info123 'cpp_spell_token' and 'cpp_token_len'. These functions are useful when
H A Dcppinternals.texi147 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
/netbsd/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20013429 * 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 DChangeLog-20004590 * 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 DChangeLog-200325443 (cpp_token_len, cpp_spell_token, cpp_output_token): Simplify.
25622 (cpp_spell_token, cpp_output_token, _cpp_equiv_token): Don't

12