Home
last modified time | relevance | path

Searched refs:diag_type (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/bounce/
Dlogfile-with-message-id8 diag_type = dsn-dtype
Dlogfile-no-msgid-with-eoh-event8 diag_type = dsn-dtype
Dlogfile-no-message-id8 diag_type = dsn-dtype
Dlogfile-with-msgid-with-filter8 diag_type = dsn-dtype
Dlogfile-with-msgid-with-long-line8 diag_type = dsn-dtype
Dlogfile-with-msgid-no-eoh-event8 diag_type = dsn-dtype
Dlogfile-with-msgid-with-eoh-event8 diag_type = dsn-dtype
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dtypeck2.cc2473 diagnostic_t diag_type = DK_UNSPECIFIED; /* none */ in add_exception_specifier() local
2505 diag_type = DK_PEDWARN; /* pedwarn */ in add_exception_specifier()
2519 diag_type = DK_ERROR; /* error */ in add_exception_specifier()
2521 if (diag_type != DK_UNSPECIFIED in add_exception_specifier()
2523 cxx_incomplete_type_diagnostic (NULL_TREE, core, diag_type); in add_exception_specifier()