Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h292 unsigned int from_stage3 : 1; member
H A Ddirectives.c2181 int from_stage3) in cpp_push_buffer() argument
2190 new_buffer->from_stage3 = from_stage3; in cpp_push_buffer()
H A Dlex.c112 if (!buffer->from_stage3) in _cpp_clean_line()
858 && !buffer->from_stage3) in _cpp_get_fresh_line()
/freebsd-12.1/contrib/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.