Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dmacro.c407 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 DChangeLog449 * 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 Dlex.c457 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 Ddirectives.c651 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h686 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
/freebsd-12.1/contrib/gcc/
H A Dc-lex.c430 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
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
H A DChangeLog-200529267 cpp_spell_token.
H A DChangeLog-200225524 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
/freebsd-12.1/contrib/gcc/doc/
H A Dcppinternals.texi146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are