Searched refs:flag_pedantic_errors (Results 1 – 10 of 10) sorted by relevance
209 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()
320 int flag_pedantic_errors = 0; variable
1381 flag_pedantic_errors = pedantic = 1; in common_handle_option()
5102 if (flag_pedantic_errors) in digest_init()
683 if (flag_pedantic_errors) in ocp_convert()
3167 flag_pedantic_errors = 1; in cxx_init_decl_processing()7121 int old_flag_pedantic_errors = flag_pedantic_errors; in compute_array_index_type()7123 pedantic = flag_pedantic_errors = 1; in compute_array_index_type()7126 flag_pedantic_errors = old_flag_pedantic_errors; in compute_array_index_type()7837 if (flag_pedantic_errors) in grokdeclarator()
13178 if (!flag_pedantic_errors) in cp_parser_parameter_declaration()
293 were specified, set flag_pedantic_errors.