Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dflags.h180 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 Dopts.c1043 flag_pedantic_errors = pedantic = 1; in common_handle_option()
H A Dtoplev.c318 int flag_pedantic_errors = 0; variable
H A Dc-decl.c1291 if (flag_pedantic_errors) in diagnose_mismatched_decls()
H A Dc-typeck.c4767 if (flag_pedantic_errors) in digest_init()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dflags.h479 extern int flag_pedantic_errors;
H A Ddiagnostic.h56 #define pedantic_error_kind() (flag_pedantic_errors ? DK_ERROR : DK_WARNING)
H A Dc-objc-common.c263 mesg_implicit_function_declaration = flag_pedantic_errors ? 2 : 1;
H A Dtoplev.c750 int flag_pedantic_errors = 0; variable
4459 flag_pedantic_errors = pedantic = 1;
H A Dc-typeck.c4838 if (flag_pedantic_errors)
/openbsd-src/gnu/usr.bin/gcc/gcc/f/
H A Dbad.c204 || !flag_pedantic_errors) in ffebad_start_()
H A DChangeLog.0272 check flag_pedantic_errors.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A Dcvt.c685 if (flag_pedantic_errors)
H A Ddecl.c6948 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)
H A DChangeLog.27081 were specified, set flag_pedantic_errors.
/openbsd-src/gnu/gcc/gcc/cp/
H A Dcvt.c683 if (flag_pedantic_errors) in ocp_convert()
H A Ddecl.c3152 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()
H A Dparser.c12671 if (!flag_pedantic_errors) in cp_parser_parameter_declaration()
H A DChangeLog-1998293 were specified, set flag_pedantic_errors.