Home
last modified time | relevance | path

Searched refs: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() function
777 bool operator<(const ThreadDiagnostic &rhs) const { return id < rhs.id; } in operator <() argument
826 for (ThreadDiagnostic &diag : diagnostics) in emitDiagnostics()
883 mutable std::vector<ThreadDiagnostic> diagnostics;