Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcppmacro.c390 len = cpp_spell_token (pfile, token, buf) - buf;
395 dest = cpp_spell_token (pfile, token, dest);
439 end = cpp_spell_token (pfile, lhs, buf);
447 end = cpp_spell_token (pfile, rhs, end);
1777 buffer = cpp_spell_token (pfile, token, buffer);
H A Dcpplib.h570 extern unsigned char *cpp_spell_token PARAMS ((cpp_reader *, const cpp_token *,
H A Dcpplex.c1372 cpp_spell_token (pfile, token, buffer) in cpp_spell_token() function
1453 end = cpp_spell_token (pfile, token, start);
H A Dcpplib.c594 total_len = cpp_spell_token (pfile, token, &buffer[total_len]) - buffer;
H A DChangeLog.44584 * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token,
5257 (cpp_token_len, cpp_token_as_text, cpp_spell_token, cpp_start_read,
H A DChangeLog.53714 cpp_spell_token, cpp_output_token): Similarly.
9381 * cpplex.c (cpp_spell_token): Cast enums to int for minus.
H A DChangeLog.63429 * cpplex.c (cpp_spell_token): Similarly.
9229 (cpp_token_len, cpp_spell_token, cpp_output_token,
H A DChangeLog.711077 _cpp_lex_direct, cpp_spell_token, maybe_read_ucs, cpp_parse_escape,
/openbsd-src/gnu/gcc/libcpp/
H A Dmacro.c399 len = cpp_spell_token (pfile, token, buf, true) - buf; in stringify_arg()
404 dest = cpp_spell_token (pfile, token, dest, true); in stringify_arg()
440 end = lhsend = cpp_spell_token (pfile, lhs, buf, false); in paste_tokens()
448 end = cpp_spell_token (pfile, rhs, end, false); in paste_tokens()
1807 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.c445 sz = cpp_spell_token (pfile, token, buf, false) - buf; in warn_about_normalization()
1276 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token() function
1345 end = cpp_spell_token (pfile, token, start, false); in cpp_token_as_text()
H A Ddirectives.c646 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h673 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
/openbsd-src/gnu/gcc/gcc/
H A Dc-lex.c430 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dcppinternals.texi146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
/openbsd-src/gnu/gcc/gcc/doc/
H A Dcppinternals.texi146 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are
H A Dcppinternals.info111 `cpp_spell_token' and `cpp_token_len'. These functions are useful when