Searched refs:flag_pedantic_errors (Results 1 – 21 of 21) sorted by relevance
180 extern int flag_pedantic_errors;
51 #define pedantic_error_kind() (flag_pedantic_errors ? DK_ERROR : DK_WARNING)
143 mesg_implicit_function_declaration = flag_pedantic_errors ? 2 : 1; in c_objc_common_init()
1043 flag_pedantic_errors = pedantic = 1; in common_handle_option()
318 int flag_pedantic_errors = 0; variable
1291 if (flag_pedantic_errors) in diagnose_mismatched_decls()
4767 if (flag_pedantic_errors) in digest_init()
479 extern int flag_pedantic_errors;
56 #define pedantic_error_kind() (flag_pedantic_errors ? DK_ERROR : DK_WARNING)
263 mesg_implicit_function_declaration = flag_pedantic_errors ? 2 : 1;
750 int flag_pedantic_errors = 0; variable4459 flag_pedantic_errors = pedantic = 1;
4838 if (flag_pedantic_errors)
204 || !flag_pedantic_errors) in ffebad_start_()
272 check flag_pedantic_errors.
685 if (flag_pedantic_errors)
6948 flag_pedantic_errors = 1; in cxx_init_decl_processing()10221 int old_flag_pedantic_errors = flag_pedantic_errors;10223 pedantic = flag_pedantic_errors = 1;10226 flag_pedantic_errors = old_flag_pedantic_errors;11139 if (flag_pedantic_errors)
7081 were specified, set flag_pedantic_errors.
683 if (flag_pedantic_errors) in ocp_convert()
3152 flag_pedantic_errors = 1; in cxx_init_decl_processing()6669 int old_flag_pedantic_errors = flag_pedantic_errors; in compute_array_index_type()6671 pedantic = flag_pedantic_errors = 1; in compute_array_index_type()6674 flag_pedantic_errors = old_flag_pedantic_errors; in compute_array_index_type()7361 if (flag_pedantic_errors) in grokdeclarator()
12671 if (!flag_pedantic_errors) in cp_parser_parameter_declaration()
293 were specified, set flag_pedantic_errors.