Searched refs:warn_strict_prototypes (Results 1 – 12 of 12) sorted by relevance
551 extern int warn_strict_prototypes;
966 warn_strict_prototypes = on;
3820 int saved_wsp = warn_strict_prototypes;3825 warn_strict_prototypes = 0;3827 warn_strict_prototypes = saved_wsp;
4730 if (warn_strict_prototypes && first_parm == 0 && !funcdef_flag5883 if (warn_strict_prototypes
383 int warn_strict_prototypes; variable
391 C ObjC Var(warn_strict_prototypes)
3672 int saved_wsp = warn_strict_prototypes; in c_cast_expr()3677 warn_strict_prototypes = 0; in c_cast_expr()3679 warn_strict_prototypes = saved_wsp; in c_cast_expr()
6123 if (warn_strict_prototypes in start_function()
5696 S.Diag(DeclType.Loc, diag::warn_strict_prototypes) in GetFullTypeForDeclarator()
471 warn_traditional and warn_strict_prototypes; remove ancient
5650 def warn_strict_prototypes : Extension<
16749 warn_traditional and warn_strict_prototypes; remove ancient