Home
last modified time | relevance | path

Searched refs:warn_format_security (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/treelang/
H A DChangeLog91 warn_format_nonliteral, warn_format_security,
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dc-opts.c836 warn_format_security = on;
1421 if (warn_format_security && !warn_format) in c_common_post_options()
H A Dc-common.h502 extern int warn_format_security;
H A Dc-format.c46 warn_format_security = setting;
1407 if (params == 0 && (warn_format_nonliteral || warn_format_security))
H A Dc-common.c334 int warn_format_security; variable
H A DChangeLog.41337 * c-common.c (warn_format_security): New variable.
1341 (set_Wformat): Set warn_format_security for settings other than 1.
1342 * c-common.h (warn_format_security): Declare.
/openbsd-src/gnu/gcc/gcc/
H A Dc-format.c46 warn_format_security = setting; in set_Wformat()
1294 if (params == 0 && warn_format_security) in check_format_info()
H A Dc.opt213 C ObjC C++ ObjC++ Var(warn_format_security)
/openbsd-src/gnu/gcc/gcc/treelang/
H A DChangeLog924 warn_format_nonliteral, warn_format_security,