Searched refs:pedantic_error_kind (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dc-errors.c42 flag_isoc99 ? pedantic_error_kind () : DK_WARNING);
60 flag_isoc99 ? DK_WARNING : pedantic_error_kind ());
H A Ddiagnostic.h51 #define pedantic_error_kind() (flag_pedantic_errors ? DK_ERROR : DK_WARNING) macro
H A Ddiagnostic.c528 pedantic_error_kind ());
/freebsd-11.0-release/contrib/gcc/cp/
H A Derror.c2411 dlevel = pedantic_error_kind ();

Completed in 163 milliseconds