Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Support/
DIndentedOstream.h23 class raw_indented_ostream : public raw_ostream {
25 explicit raw_indented_ostream(llvm::raw_ostream &os) : os(os) { in raw_indented_ostream() function
31 explicit DelimitedScope(raw_indented_ostream &os, StringRef open = "",
42 raw_indented_ostream &os;
56 raw_indented_ostream &reindent(StringRef str);
59 raw_indented_ostream &indent() { in indent()
65 raw_indented_ostream &unindent() { in unindent()
71 raw_indented_ostream &indent(int with) { in indent()
/external/llvm-project/mlir/unittests/Support/
DIndentedOstreamTest.cpp18 raw_indented_ostream ros(os); in TEST()
27 raw_indented_ostream ros(os); in TEST()
40 raw_indented_ostream ros(os); in TEST()
53 raw_indented_ostream ros(os); in TEST()
56 raw_indented_ostream::DelimitedScope scope(ros); in TEST()
60 raw_indented_ostream::DelimitedScope scope(ros, "{\n", "\n}\n"); in TEST()
89 raw_indented_ostream ros(os); in TEST()
/external/llvm-project/mlir/lib/Support/
DIndentedOstream.cpp18 raw_indented_ostream &mlir::raw_indented_ostream::reindent(StringRef str) { in reindent()
36 void mlir::raw_indented_ostream::write_impl(const char *ptr, size_t size) { in write_impl()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpDocGen.cpp42 raw_indented_ostream ros(os); in emitDescription()
DRewriterGen.cpp202 raw_indented_ostream os;
260 raw_indented_ostream::DelimitedScope scope(os); in emitNativeCodeMatch()
1114 raw_indented_ostream::DelimitedScope scope(os); in createSeparateLocalVarsForOpArgs()