Home
last modified time | relevance | path

Searched refs:flag_pedantic_errors (Results 1 – 10 of 10) sorted by relevance

/NextBSD/contrib/gcc/
HDflags.h209 extern int flag_pedantic_errors;
HDdiagnostic.h51 #define pedantic_error_kind() (flag_pedantic_errors ? DK_ERROR : DK_WARNING)
HDc-objc-common.c143 mesg_implicit_function_declaration = flag_pedantic_errors ? 2 : 1; in c_objc_common_init()
HDtoplev.c320 int flag_pedantic_errors = 0; variable
HDopts.c1381 flag_pedantic_errors = pedantic = 1; in common_handle_option()
HDc-typeck.c5102 if (flag_pedantic_errors) in digest_init()
/NextBSD/contrib/gcc/cp/
HDcvt.c683 if (flag_pedantic_errors) in ocp_convert()
HDdecl.c3167 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()
HDparser.c13178 if (!flag_pedantic_errors) in cp_parser_parameter_declaration()
HDChangeLog-1998293 were specified, set flag_pedantic_errors.