Searched refs:warned_cplusplus_comments (Results 1 – 4 of 4) sorted by relevance
287 unsigned int warned_cplusplus_comments : 1; member
1037 && ! buffer->warned_cplusplus_comments) in _cpp_lex_direct()1043 buffer->warned_cplusplus_comments = 1; in _cpp_lex_direct()
5056 * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments29774 warned_cplusplus_comments.
42243 Changed warned_cplusplus_comments and from_stage3 to bitfields.