Searched refs:cpp_avoid_paste (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/libcpp/include/ |
H A D | cpplib.h | 757 extern int cpp_avoid_paste (cpp_reader *, const cpp_token *,
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-ppoutput.c | 209 && cpp_avoid_paste (pfile, print.prev, token)) in scan_translation_unit()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-ppoutput.c | 216 && cpp_avoid_paste (pfile, print.prev, token)) in scan_translation_unit()
|
/dflybsd-src/contrib/gcc-8.0/libcpp/include/ |
H A D | cpplib.h | 888 extern int cpp_avoid_paste (cpp_reader *, const cpp_token *,
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | lex.c | 2592 cpp_avoid_paste (cpp_reader *pfile, const cpp_token *token1, in cpp_avoid_paste() function
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | lex.c | 3421 cpp_avoid_paste (cpp_reader *pfile, const cpp_token *token1, in cpp_avoid_paste() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/doc/ |
H A D | cppinternals.texi | 770 The function @code{cpp_avoid_paste} advises whether a space is required
|