Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/IR/
H A DDiagnostics.cpp691 static StringRef getDiagKindStr(DiagnosticSeverity kind) { in getDiagKindStr() function
838 "expected " + getDiagKindStr(err.kind) + " \"" + in verify()
855 "unexpected " + getDiagKindStr(kind) + ": " + diag.str(), in process()
893 "'" + getDiagKindStr(kind) + in process()
895 getDiagKindStr(nearMiss->kind) + "'"); in process()
897 emitDiagnostic(loc, "unexpected " + getDiagKindStr(kind) + ": " + msg, in process()