Home
last modified time | relevance | path

Searched refs:warn_comments (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dc-opts.c428 cpp_opts->warn_comments = value; in c_common_handle_option()
436 cpp_opts->warn_comments = value; in c_common_handle_option()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpplib.h296 unsigned char warn_comments; member
H A Dc-opts.c754 cpp_opts->warn_comments = on;
773 cpp_opts->warn_comments = on;
H A Dcpplex.c283 if (CPP_OPTION (pfile, warn_comments)
1107 if (skip_line_comment (pfile) && CPP_OPTION (pfile, warn_comments))
H A Dcpptrad.c197 && CPP_OPTION (pfile, warn_comments))
H A DFSFChangeLog.103478 If warn_comments is nonzero, warn if backslash-newline appears
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h314 unsigned char warn_comments; member
/openbsd-src/gnu/gcc/libcpp/
H A Dlex.c338 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()