Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/IR/
DDiagnostics.cpp441 llvm::raw_string_ostream strOS(str); in emitDiagnostic() local
443 strOS << loc << ": "; in emitDiagnostic()
444 strOS << message; in emitDiagnostic()
445 return mgr.PrintMessage(os, llvm::SMLoc(), getDiagKind(kind), strOS.str()); in emitDiagnostic()