Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libcpp/
H A Dinternal.h282 unsigned int warned_cplusplus_comments : 1; member
H A Dlex.c1007 && ! buffer->warned_cplusplus_comments) in _cpp_lex_direct()
1013 buffer->warned_cplusplus_comments = 1; in _cpp_lex_direct()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dcpphash.h309 unsigned char warned_cplusplus_comments; member
H A Dcpplex.c1098 && ! buffer->warned_cplusplus_comments)
1104 buffer->warned_cplusplus_comments = 1;
H A DChangeLog.45050 * cpplib.h (struct cpp_buffer): Make warned_cplusplus_comments
H A DChangeLog.314508 warned_cplusplus_comments.