Searched refs:from_stage3 (Results 1 – 8 of 8) sorted by relevance
351 bool from_stage3 : 1; member
2572 int from_stage3) in cpp_push_buffer() argument2581 new_buffer->from_stage3 = from_stage3; in cpp_push_buffer()
947 if (!buffer->from_stage3) in _cpp_clean_line()2681 && !buffer->from_stage3) in _cpp_get_fresh_line()
367 bool from_stage3 : 1; member
2723 int from_stage3) in cpp_push_buffer() argument2732 new_buffer->from_stage3 = from_stage3; in cpp_push_buffer()
947 if (!buffer->from_stage3) in _cpp_clean_line()3484 && !buffer->from_stage3) in _cpp_get_fresh_line()
5042 escaped newlines if !(buffer->from_stage3).5044 !buffer->from_stage3.5049 markers in output. Set from_stage3 and prevent macro expansion5053 stack_include_file instead. Set from_stage3 iff buffer is5057 unsigned. New boolean from_stage3.
42243 Changed warned_cplusplus_comments and from_stage3 to bitfields.