Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libcpp/
H A Derrors.c96 || (level == CPP_DL_PEDWARN && CPP_OPTION (pfile, pedantic_errors))) in _cpp_begin_message()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcpperror.c91 || (level == DL_PEDWARN && CPP_OPTION (pfile, pedantic_errors)))
H A Dcpplib.h283 unsigned char pedantic_errors; member
H A Dc-opts.c1309 cpp_opts->pedantic_errors = 1;
H A DFSFChangeLog.102520 * cccp.c (skip_quoted_string): If pedantic and not pedantic_errors,
/openbsd-src/gnu/gcc/libcpp/include/
H A Dcpplib.h298 unsigned char pedantic_errors; member
/openbsd-src/gnu/gcc/gcc/
H A Dc-opts.c891 cpp_opts->pedantic_errors = 1; in c_common_handle_option()
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td4153 def pedantic_errors : Flag<["-", "--"], "pedantic-errors">, Group<pedantic_Group>, Flags<[CC1Option…