Home
last modified time | relevance | path

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

/NextBSD/contrib/gcclibs/libcpp/
HDinternal.h292 unsigned int from_stage3 : 1; member
HDdirectives.c2181 int from_stage3) in cpp_push_buffer() argument
2190 new_buffer->from_stage3 = from_stage3; in cpp_push_buffer()
HDlex.c112 if (!buffer->from_stage3) in _cpp_clean_line()
858 && !buffer->from_stage3) in _cpp_get_fresh_line()
/NextBSD/contrib/gcc/
HDChangeLog-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.
HDChangeLog-200442243 Changed warned_cplusplus_comments and from_stage3 to bitfields.