Home
last modified time | relevance | path

Searched defs:pedantic_error_kind (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Ddiagnostic.h51 #define pedantic_error_kind() (flag_pedantic_errors ? DK_ERROR : DK_WARNING) macro
/openbsd/gnu/usr.bin/gcc/gcc/
H A Ddiagnostic.h56 #define pedantic_error_kind() (flag_pedantic_errors ? DK_ERROR : DK_WARNING) macro