Home
last modified time | relevance | path

Searched refs:pedantic_errors (Results 1 – 7 of 7) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Ddiagnostic.h113 bool pedantic_errors; member
H A Ddiagnostic.c35 ((DC)->pedantic_errors ? DK_ERROR : DK_WARNING)
106 context->pedantic_errors = false; in diagnostic_initialize()
H A Dopts.c1723 dc->pedantic_errors = 1; in common_handle_option()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddiagnostic.h127 bool pedantic_errors; member
H A Ddiagnostic.c47 ((DC)->pedantic_errors ? DK_ERROR : DK_WARNING)
158 context->pedantic_errors = false; in diagnostic_initialize()
H A Dopts.c2471 dc->pedantic_errors = 1;
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c989 global_dc->pedantic_errors = 1; in check_narrowing()
995 global_dc->pedantic_errors = flag_pedantic_errors; in check_narrowing()