Home
last modified time | relevance | path

Searched refs:cpp_output_token (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dc-ppoutput.c180 cpp_output_token (token, print.outf); in scan_translation_unit()
382 cpp_output_token (*comments, print.outf); in cb_include()
H A DChangeLog-20019229 (cpp_token_len, cpp_spell_token, cpp_output_token,
9873 * cpplex.c (cpp_output_token): Use a putc loop for
10087 (cpp_output_token): Don't print leading whitespace.
22415 * cpplex.c (cpp_ideq, parse_identifier, cpp_output_token): Update.
22921 cpp_spell_token, cpp_output_token): Similarly.
28589 (cpp_output_token): Likewise.
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-20004590 * cpplex.c (_cpp_lex_token, cpp_spell_token, cpp_output_token,
/freebsd-12.1/contrib/gcclibs/libcpp/include/
H A Dcpplib.h817 extern void cpp_output_token (const cpp_token *, FILE *);
/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dlex.c1393 cpp_output_token (const cpp_token *token, FILE *fp) in cpp_output_token() function
1537 cpp_output_token (token, fp); in cpp_output_line()
H A DChangeLog460 (cpp_output_token): Write UCNs back out.