Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dflags.h209 extern int flag_pedantic_errors;
H A Ddiagnostic.h51 #define pedantic_error_kind() (flag_pedantic_errors ? DK_ERROR : DK_WARNING)
H A Dc-objc-common.c143 mesg_implicit_function_declaration = flag_pedantic_errors ? 2 : 1; in c_objc_common_init()
H A Dtoplev.c320 int flag_pedantic_errors = 0; variable
H A Dopts.c1381 flag_pedantic_errors = pedantic = 1; in common_handle_option()
H A Dc-typeck.c5102 if (flag_pedantic_errors) in digest_init()
/freebsd-12.1/contrib/gcc/cp/
H A Dcvt.c683 if (flag_pedantic_errors) in ocp_convert()
H A Ddecl.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()
H A Dparser.c13178 if (!flag_pedantic_errors) in cp_parser_parameter_declaration()
H A DChangeLog-1998293 were specified, set flag_pedantic_errors.