Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp774 struct ThreadDiagnostic { struct
775 ThreadDiagnostic(size_t id, Diagnostic diag) in ThreadDiagnostic() argument
777 bool operator<(const ThreadDiagnostic &rhs) const { return id < rhs.id; } in operator <()
782 size_t id;
785 Diagnostic diag;