Home
last modified time | relevance | path

Searched refs:avoid_paste (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ppoutput.cc173 bool avoid_paste; member in token_streamer
180 :avoid_paste (false), in token_streamer()
202 avoid_paste = true; in stream()
214 if (avoid_paste) in stream()
250 avoid_paste = false; in stream()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ppoutput.c173 bool avoid_paste = false; in scan_translation_unit() local
188 avoid_paste = true; in scan_translation_unit()
200 if (avoid_paste) in scan_translation_unit()
236 avoid_paste = false; in scan_translation_unit()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc763 bool avoid_paste = false; in scan_translation_unit() local
772 avoid_paste = true; in scan_translation_unit()
784 if (avoid_paste) in scan_translation_unit()
797 avoid_paste = false; in scan_translation_unit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c743 bool avoid_paste = false; in scan_translation_unit() local
752 avoid_paste = true; in scan_translation_unit()
764 if (avoid_paste) in scan_translation_unit()
777 avoid_paste = false; in scan_translation_unit()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinit.cc256 pfile->avoid_paste.type = CPP_PADDING; in cpp_create_reader()
257 pfile->avoid_paste.val.source = NULL; in cpp_create_reader()
258 pfile->avoid_paste.src_loc = 0; in cpp_create_reader()
H A Dmacro.cc2165 copy_paste_flag (pfile, start, &pfile->avoid_paste); in replace_args()
2170 && *paste_flag == &pfile->avoid_paste) in replace_args()
2185 const cpp_token *t = &pfile->avoid_paste; in replace_args()
2391 const cpp_token *t = &pfile->avoid_paste; in replace_args()
3012 result = &pfile->avoid_paste; in cpp_get_token_1()
H A Dinternal.h534 cpp_token avoid_paste; member
H A Ddirectives.cc1958 toks = &pfile->avoid_paste; in destringize_and_run()
H A DChangeLog62 * directives.cc (destringize_and_run): Push &pfile->avoid_paste
426 remove trailing avoid_paste tokens.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c250 pfile->avoid_paste.type = CPP_PADDING; in cpp_create_reader()
251 pfile->avoid_paste.val.source = NULL; in cpp_create_reader()
H A Dinternal.h519 cpp_token avoid_paste; member
H A Dmacro.c2060 copy_paste_flag (pfile, start, &pfile->avoid_paste); in replace_args()
2072 const cpp_token *t = &pfile->avoid_paste; in replace_args()
2281 const cpp_token *t = &pfile->avoid_paste; in replace_args()
2898 result = &pfile->avoid_paste; in cpp_get_token_1()
H A Ddirectives.c1915 toks = &pfile->avoid_paste; in destringize_and_run()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20096362 avoid_paste or PREV_WHITE and token location is on a different line
H A DChangeLog-200110082 (struct cpp_reader): New members eof, avoid_paste.