Searched refs:warn_comments (Results 1 – 8 of 8) sorted by relevance
428 cpp_opts->warn_comments = value; in c_common_handle_option()436 cpp_opts->warn_comments = value; in c_common_handle_option()
296 unsigned char warn_comments; member
754 cpp_opts->warn_comments = on;773 cpp_opts->warn_comments = on;
283 if (CPP_OPTION (pfile, warn_comments)1107 if (skip_line_comment (pfile) && CPP_OPTION (pfile, warn_comments))
197 && CPP_OPTION (pfile, warn_comments))
3478 If warn_comments is nonzero, warn if backslash-newline appears
314 unsigned char warn_comments; member
338 if (CPP_OPTION (pfile, warn_comments) in _cpp_skip_block_comment()1016 if (skip_line_comment (pfile) && CPP_OPTION (pfile, warn_comments)) in _cpp_lex_direct()