Searched refs:cpp_avoid_paste (Results 1 – 16 of 16) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-ppoutput.c | 217 && cpp_avoid_paste (pfile, print.prev, token)) in scan_translation_unit()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-ppoutput.cc | 231 && cpp_avoid_paste (pfile, print.prev, token)) in stream()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 1018 extern int cpp_avoid_paste (cpp_reader *, const cpp_token *,
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 1100 extern int cpp_avoid_paste (cpp_reader *, const cpp_token *,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 790 && cpp_avoid_paste (pfile, print.prev, token)) in scan_translation_unit()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 770 && cpp_avoid_paste (pfile, print.prev, token)) in scan_translation_unit()
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | lex.c | 3454 cpp_avoid_paste (cpp_reader *pfile, const cpp_token *token1, in cpp_avoid_paste() function
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | ChangeLog | 534 * lex.c (cpp_avoid_paste): Do not allow pasting CPP_NUMBER with 545 * lex.c (cpp_avoid_paste): Handle token1 CPP_PRAGMA like CPP_NAME. 4021 * lex.c (cpp_avoid_paste): Avoid pasting CPP_{,W,UTF8}STRING 6344 (cpp_avoid_paste): Remove ? as legal symbol after > or <.
|
H A D | lex.cc | 4298 cpp_avoid_paste (cpp_reader *pfile, const cpp_token *token1, in cpp_avoid_paste() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
H A D | cppinternals.info | 728 The function 'cpp_avoid_paste' advises whether a space is required
|
H A D | cppinternals.texi | 768 The function @code{cpp_avoid_paste} advises whether a space is required
|
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
H A D | cppinternals.info | 728 The function 'cpp_avoid_paste' advises whether a space is required
|
H A D | cppinternals.texi | 768 The function @code{cpp_avoid_paste} advises whether a space is required
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog-2001 | 28591 (cpp_avoid_paste): Cast enums for minus and comparison. 30689 * cpplex.c (cpp_avoid_paste): Don't paste '.' with a number.
|
H A D | ChangeLog-2000 | 4591 cpp_equiv_tokens, cpp_can_paste, cpp_avoid_paste): Similarly. 5264 cpp_finish, cpp_avoid_paste, cpp_get_token, cpp_get_line,
|
H A D | ChangeLog-2003 | 25624 (cpp_avoid_paste): Update handling of CPP_OTHER. 25873 (cpp_avoid_paste): Don't paste to form a UCN.
|