Home
last modified time | relevance | path

Searched refs:warned_cplusplus_comments (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libcpp/
H A Dinternal.h287 unsigned int warned_cplusplus_comments : 1; member
H A Dlex.c1037 && ! buffer->warned_cplusplus_comments) in _cpp_lex_direct()
1043 buffer->warned_cplusplus_comments = 1; in _cpp_lex_direct()
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20005056 * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
29774 warned_cplusplus_comments.
H A DChangeLog-200442243 Changed warned_cplusplus_comments and from_stage3 to bitfields.