Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/libcpp/
H A Dmacro.c515 len = cpp_spell_token (pfile, token, buf, true) - buf; in stringify_arg()
520 dest = cpp_spell_token (pfile, token, dest, true); in stringify_arg()
555 end = lhsend = cpp_spell_token (pfile, *plhs, buf, false); in paste_tokens()
565 end = cpp_spell_token (pfile, rhs, end, false); in paste_tokens()
3198 buffer = cpp_spell_token (pfile, token, buffer, false); in cpp_macro_definition()
H A Dlex.c1025 sz = cpp_spell_token (pfile, token, buf, false) - buf; in warn_about_normalization()
2418 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token() function
2486 end = cpp_spell_token (pfile, token, start, false); in cpp_token_as_text()
2698 last = cpp_spell_token (pfile, token, &result[out], 0); in cpp_output_line_to_string()
H A Ddirectives.c680 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
/dragonfly/contrib/gcc-8.0/libcpp/
H A Dmacro.c743 len = cpp_spell_token (pfile, token, buf, true) - buf; in stringify_arg()
748 dest = cpp_spell_token (pfile, token, dest, true); in stringify_arg()
785 end = lhsend = cpp_spell_token (pfile, *plhs, buf, true); in paste_tokens()
795 end = cpp_spell_token (pfile, rhs, end, true); in paste_tokens()
3725 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()
3257 cpp_spell_token (cpp_reader *pfile, const cpp_token *token, in cpp_spell_token() function
3313 end = cpp_spell_token (pfile, token, start, false); in cpp_token_as_text()
3536 last = cpp_spell_token (pfile, token, &result[out], 0); in cpp_output_line_to_string()
H A Ddirectives.c746 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len], in glue_header_name()
/dragonfly/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h751 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
/dragonfly/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h882 extern unsigned char *cpp_spell_token (cpp_reader *, const cpp_token *,
/dragonfly/contrib/gcc-4.7/gcc/c-family/
H A Dc-lex.c418 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
H A Dc-ada-spec.c258 buffer = cpp_spell_token (parse_in, token, buffer, false); in print_ada_macros()
331 buffer = cpp_spell_token (parse_in, token, buffer, false); in print_ada_macros()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c519 *cpp_spell_token (parse_in, tok, name, true) = 0; in c_lex_with_flags()
H A Dc-ada-spec.c365 = cpp_spell_token (parse_in, token, buffer, false); in dump_ada_macros()
536 buffer = cpp_spell_token (parse_in, token, buffer, false); in dump_ada_macros()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dcppinternals.texi149 @code{cpp_spell_token} and @code{cpp_token_len}. These functions are