Searched refs:warn_format_security (Results 1 – 9 of 9) sorted by relevance
91 warn_format_nonliteral, warn_format_security,
836 warn_format_security = on;1421 if (warn_format_security && !warn_format) in c_common_post_options()
502 extern int warn_format_security;
46 warn_format_security = setting;1407 if (params == 0 && (warn_format_nonliteral || warn_format_security))
334 int warn_format_security; variable
1337 * 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.
46 warn_format_security = setting; in set_Wformat()1294 if (params == 0 && warn_format_security) in check_format_info()
213 C ObjC C++ ObjC++ Var(warn_format_security)
924 warn_format_nonliteral, warn_format_security,