Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp558 static StringRef getDiagKindStr(DiagnosticSeverity kind) { in getDiagKindStr() function
703 "expected " + getDiagKindStr(err.kind) + " \"" + in verify()
722 "unexpected " + getDiagKindStr(kind) + ": " + diag.str(), in process()
758 "'" + getDiagKindStr(kind) + in process()
760 getDiagKindStr(nearMiss->kind) + "'"); in process()
762 emitDiagnostic(loc, "unexpected " + getDiagKindStr(kind) + ": " + msg, in process()