Home
last modified time | relevance | path

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

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