|
| size_t | id |
| | The id for this diagnostic, this is used for ordering.
|
| Diagnostic | diag |
| | The diagnostic.
|
Definition at line 940 of file Diagnostics.cpp.
◆ ThreadDiagnostic()
| mlir::detail::ParallelDiagnosticHandlerImpl::ThreadDiagnostic::ThreadDiagnostic |
( |
size_t | id, |
|
|
Diagnostic | diag ) |
|
inline |
◆ operator<()
| bool mlir::detail::ParallelDiagnosticHandlerImpl::ThreadDiagnostic::operator< |
( |
const ThreadDiagnostic & | rhs | ) |
const |
|
inline |
◆ diag
| Diagnostic mlir::detail::ParallelDiagnosticHandlerImpl::ThreadDiagnostic::diag |
◆ id
| size_t mlir::detail::ParallelDiagnosticHandlerImpl::ThreadDiagnostic::id |
The id for this diagnostic, this is used for ordering.
Note: This id corresponds to the ordered position of the current element being processed by a given thread.
Definition at line 948 of file Diagnostics.cpp.
Referenced by ThreadDiagnostic().
The documentation for this struct was generated from the following file: