Searched refs:cpp_output_token (Results 1 – 6 of 6) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-ppoutput.c | 252 cpp_output_token (token, print.outf); in scan_translation_unit() 567 cpp_output_token (*comments, print.outf); in cb_include()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-ppoutput.c | 275 cpp_output_token (token, print.outf); in scan_translation_unit() 613 cpp_output_token (*comments, print.outf); in cb_include()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 947 extern void cpp_output_token (const cpp_token *, FILE *);
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 1117 extern void cpp_output_token (const cpp_token *, FILE *);
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | lex.c | 2510 cpp_output_token (const cpp_token *token, FILE *fp) in cpp_output_token() function 2656 cpp_output_token (token, fp); in cpp_output_line()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | lex.c | 3337 cpp_output_token (const cpp_token *token, FILE *fp) in cpp_output_token() function 3494 cpp_output_token (token, fp); in cpp_output_line()
|