Home
last modified time | relevance | path

Searched refs:cpp_warn_deprecated (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libcpp/include/
H A Dcpplib.h336 unsigned char cpp_warn_deprecated; member
/dflybsd-src/contrib/gcc-8.0/libcpp/include/
H A Dcpplib.h359 unsigned char cpp_warn_deprecated; member
/dflybsd-src/contrib/gcc-4.7/libcpp/
H A Dinit.c171 CPP_OPTION (pfile, cpp_warn_deprecated) = 1; in cpp_create_reader()
H A Dexpr.c985 else if (CPP_OPTION (pfile, cpp_warn_deprecated)) in eval_token()
H A Ddirectives.c359 && CPP_OPTION (pfile, cpp_warn_deprecated)) in directive_diagnostics()
/dflybsd-src/contrib/gcc-8.0/libcpp/
H A Dinit.c192 CPP_OPTION (pfile, cpp_warn_deprecated) = 1; in cpp_create_reader()
H A Dexpr.c1203 else if (CPP_OPTION (pfile, cpp_warn_deprecated)) in eval_token()
H A Ddirectives.c388 && CPP_OPTION (pfile, cpp_warn_deprecated)) in directive_diagnostics()
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-opts.c445 cpp_opts->cpp_warn_deprecated = value; in c_common_handle_option()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc.opt464 C C++ ObjC ObjC++ CPP(cpp_warn_deprecated) CppReason(CPP_W_DEPRECATED) Var(warn_deprecated) Init(1)…