Home
last modified time | relevance | path

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 Dc-ppoutput.c217 && cpp_avoid_paste (pfile, print.prev, token)) in scan_translation_unit()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc231 && cpp_avoid_paste (pfile, print.prev, token)) in stream()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h1018 extern int cpp_avoid_paste (cpp_reader *, const cpp_token *,
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h1100 extern int cpp_avoid_paste (cpp_reader *, const cpp_token *,
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc790 && cpp_avoid_paste (pfile, print.prev, token)) in scan_translation_unit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c770 && cpp_avoid_paste (pfile, print.prev, token)) in scan_translation_unit()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dlex.c3454 cpp_avoid_paste (cpp_reader *pfile, const cpp_token *token1, in cpp_avoid_paste() function
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A DChangeLog534 * 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 Dlex.cc4298 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 Dcppinternals.info728 The function 'cpp_avoid_paste' advises whether a space is required
H A Dcppinternals.texi768 The function @code{cpp_avoid_paste} advises whether a space is required
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dcppinternals.info728 The function 'cpp_avoid_paste' advises whether a space is required
H A Dcppinternals.texi768 The function @code{cpp_avoid_paste} advises whether a space is required
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200128591 (cpp_avoid_paste): Cast enums for minus and comparison.
30689 * cpplex.c (cpp_avoid_paste): Don't paste '.' with a number.
H A DChangeLog-20004591 cpp_equiv_tokens, cpp_can_paste, cpp_avoid_paste): Similarly.
5264 cpp_finish, cpp_avoid_paste, cpp_get_token, cpp_get_line,
H A DChangeLog-200325624 (cpp_avoid_paste): Update handling of CPP_OTHER.
25873 (cpp_avoid_paste): Don't paste to form a UCN.