Searched refs:flag_pedantic_errors (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dflags.h210 extern int flag_pedantic_errors;
H A Dc-objc-common.c143 mesg_implicit_function_declaration = flag_pedantic_errors ? 2 : 1;
H A Ddiagnostic.h51 #define pedantic_error_kind() (flag_pedantic_errors ? DK_ERROR : DK_WARNING)
H A Dopts.c1381 flag_pedantic_errors = pedantic = 1;
H A Dtoplev.c320 int flag_pedantic_errors = 0; variable
H A Dc-typeck.c4766 if (flag_pedantic_errors)
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcvt.c685 if (flag_pedantic_errors)
H A Ddecl.c3175 flag_pedantic_errors = 1;
6729 int old_flag_pedantic_errors = flag_pedantic_errors;
6731 pedantic = flag_pedantic_errors = 1;
6734 flag_pedantic_errors = old_flag_pedantic_errors;
7443 if (flag_pedantic_errors)
H A Dparser.c12762 if (!flag_pedantic_errors)

Completed in 290 milliseconds