Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/Support/
DIndentedOstream.h30 struct DelimitedScope { struct
31 explicit DelimitedScope(raw_indented_ostream &os, StringRef open = "",
37 ~DelimitedScope() { in ~DelimitedScope() argument
49 DelimitedScope scope(StringRef open = "", StringRef close = "") {
50 return DelimitedScope(*this, open, close);
/external/llvm/include/llvm/Support/
DScopedPrinter.h351 struct DelimitedScope { struct
352 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() function
357 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() argument
365 ~DelimitedScope() { in ~DelimitedScope() argument
373 using DictScope = DelimitedScope<'{', '}'>; argument
374 using ListScope = DelimitedScope<'[', ']'>;
/external/llvm-project/llvm/include/llvm/Support/
DScopedPrinter.h361 struct DelimitedScope { struct
362 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() argument
367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() argument
375 ~DelimitedScope() { in ~DelimitedScope() argument
383 using DictScope = DelimitedScope<'{', '}'>; argument
384 using ListScope = DelimitedScope<'[', ']'>;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DScopedPrinter.h361 struct DelimitedScope { struct
362 explicit DelimitedScope(ScopedPrinter &W) : W(W) { in DelimitedScope() function
367 DelimitedScope(ScopedPrinter &W, StringRef N) : W(W) { in DelimitedScope() function
375 ~DelimitedScope() { in ~DelimitedScope() argument
383 using DictScope = DelimitedScope<'{', '}'>; argument
384 using ListScope = DelimitedScope<'[', ']'>;
/external/llvm-project/mlir/unittests/Support/
DIndentedOstreamTest.cpp56 raw_indented_ostream::DelimitedScope scope(ros); in TEST()
60 raw_indented_ostream::DelimitedScope scope(ros, "{\n", "\n}\n"); in TEST()
/external/llvm-project/mlir/tools/mlir-tblgen/
DRewriterGen.cpp260 raw_indented_ostream::DelimitedScope scope(os); in emitNativeCodeMatch()
1114 raw_indented_ostream::DelimitedScope scope(os); in createSeparateLocalVarsForOpArgs()