Home
last modified time | relevance | path

Searched defs:diagnostic_context (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Ddiagnostic.h60 struct diagnostic_context struct
63 pretty_printer *printer;
66 int diagnostic_count[DK_LAST_DIAGNOSTIC_KIND];
70 bool some_warnings_are_errors;
73 bool warning_as_error_requested;
77 int n_opts;
85 diagnostic_t *classify_diagnostic;
92 diagnostic_classification_change_t *classification_history;
95 int n_classification_history;
98 int *push_list;
[all …]
Dcoretypes.h74 typedef struct diagnostic_context diagnostic_context; typedef
/aosp_15_r20/external/pytorch/torch/onnx/_internal/
H A D_exporter_legacy.py601 def diagnostic_context(self) -> diagnostics.DiagnosticContext: member in ONNXProgram