Home
last modified time | relevance | path

Searched refs:from_stage3 (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinternal.h351 bool from_stage3 : 1; member
H A Ddirectives.c2572 int from_stage3) in cpp_push_buffer() argument
2581 new_buffer->from_stage3 = from_stage3; in cpp_push_buffer()
H A Dlex.c947 if (!buffer->from_stage3) in _cpp_clean_line()
2681 && !buffer->from_stage3) in _cpp_get_fresh_line()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dinternal.h367 bool from_stage3 : 1; member
H A Ddirectives.cc2723 int from_stage3) in cpp_push_buffer() argument
2732 new_buffer->from_stage3 = from_stage3; in cpp_push_buffer()
H A Dlex.cc947 if (!buffer->from_stage3) in _cpp_clean_line()
3484 && !buffer->from_stage3) in _cpp_get_fresh_line()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20005042 escaped newlines if !(buffer->from_stage3).
5044 !buffer->from_stage3.
5049 markers in output. Set from_stage3 and prevent macro expansion
5053 stack_include_file instead. Set from_stage3 iff buffer is
5057 unsigned. New boolean from_stage3.
H A DChangeLog-200442243 Changed warned_cplusplus_comments and from_stage3 to bitfields.