Home
last modified time | relevance | path

Searched defs:indent (Results 1 – 25 of 64) sorted by relevance

123

/llvm-project-15.0.7/mlir/test/lib/IR/
H A DTestPrintNesting.cpp47 auto indent = pushIndent(); in printOperation() local
56 auto indent = pushIndent(); in printRegion() local
71 auto indent = pushIndent(); in printBlock() local
77 int indent; member
79 int &indent; member
/llvm-project-15.0.7/mlir/include/mlir/Support/
H A DIndentedOstream.h48 bool indent; member
66 raw_indented_ostream &indent() { in indent() function
78 raw_indented_ostream &indent(int with) { in indent() function
/llvm-project-15.0.7/mlir/lib/Support/
H A DIndentedOstream.cpp24 size_t indent = split.first.find_first_not_of(" \t"); in printReindented() local
36 size_t indent = split.first.find_first_not_of(" \t"); in printReindented() local
H A DTiming.cpp141 static void printTimeEntry(raw_ostream &os, unsigned indent, StringRef name, in printTimeEntry()
298 void dump(raw_ostream &os, unsigned indent = 0, unsigned markThreadId = 0) { in dump()
349 void printAsTree(raw_ostream &os, TimeRecord total, unsigned indent = 0) { in printAsTree()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/utils/
H A DTimer.py15 def _indent(indent): argument
22 indent = 0 variable in Timer
/llvm-project-15.0.7/clang/utils/ABITest/
H A DABITestGen.py256 def printSizeOfType(self, prefix, name, t, output=None, indent=2): argument
258 def printAlignOfType(self, prefix, name, t, output=None, indent=2): argument
260 def printOffsetsOfType(self, prefix, name, t, output=None, indent=2): argument
268 def printValueOfType(self, prefix, name, t, output=None, indent=2): argument
316 def checkTypeValues(self, nameLHS, nameRHS, t, output=None, indent=2): argument
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp109 unsigned indent, unsigned depth, bool includeControlFlow, in ReportPiece()
178 unsigned indent) { in EmitRanges()
199 unsigned indent) { in EmitMessage()
214 unsigned indent) { in EmitFixits()
242 unsigned indent) { in ReportControlFlow()
298 unsigned indent, unsigned depth, in ReportEvent()
338 unsigned indent, in ReportCall()
366 unsigned indent, unsigned depth) { in ReportMacroSubPieces()
379 void PlistPrinter::ReportMacroExpansions(raw_ostream &o, unsigned indent) { in ReportMacroExpansions()
424 unsigned indent) { in ReportNote()
[all …]
/llvm-project-15.0.7/llvm/utils/yaml-bench/
H A DYAMLBench.cpp59 struct indent { struct
61 indent(unsigned d) : distance(d) {} in indent() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DPlistSupport.h56 inline raw_ostream &Indent(raw_ostream &o, const unsigned indent) { in Indent()
108 SourceLocation L, const FIDMap &FM, unsigned indent) { in EmitLocation()
124 CharSourceRange R, const FIDMap &FM, unsigned indent) { in EmitRange()
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_stream.c825 int *indent; in push_state() local
897 static int set_yaml_indent(__isl_keep isl_stream *s, int indent) in set_yaml_indent()
963 int indent; in isl_stream_yaml_next() local
1066 int indent; in isl_stream_yaml_read_start_mapping() local
1098 int indent; in isl_stream_yaml_read_end_mapping() local
1135 int indent; in isl_stream_yaml_read_start_sequence() local
1168 int indent; in isl_stream_yaml_read_end_sequence() local
H A Disl_printer_private.h33 int indent; member
H A Disl_printer.c88 int indent) in str_print_indent()
312 int indent) in isl_printer_set_indent()
323 int indent) in isl_printer_indent()
/llvm-project-15.0.7/third-party/benchmark/src/
H A Djson_reporter.cc128 std::string indent(4, ' '); in ReportContext() local
205 std::string indent(4, ' '); in ReportRuns() local
229 std::string indent(6, ' '); in PrintRunData() local
/llvm-project-15.0.7/mlir/test/python/ir/
H A Doperation.py63 def walk_operations(indent, op): argument
96 def walk_operations(indent, op): argument
/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dpython.cc107 static void print_indent(int indent, const char *format, ...) in print_indent()
128 void python_generator::print_type_check(int indent, const string &type, in print_type_check()
325 static void print_rethrow(int indent, const char *exc_info) in print_rethrow()
338 static void print_persistent_callback_failure_check(int indent, in print_persistent_callback_failure_check()
388 void python_generator::print_method_return(int indent, const isl_class &clazz, in print_method_return()
468 void python_generator::print_method_call(int indent, const isl_class &clazz, in print_method_call()
H A Dplain_cpp.cc86 static void osprintf(ostream &os, int indent, const char *format, ...) in osprintf()
470 void plain_cpp_generator::decl_printer::print_isa_type_template(int indent, in print_isa_type_template()
678 static void print_throw_invalid(ostream &os, int indent, const char *msg) in print_throw_invalid()
697 void plain_cpp_generator::print_invalid(ostream &os, int indent, in print_invalid()
1587 void plain_cpp_generator::impl_printer::print_wrapped_call_checked(int indent, in print_wrapped_call_checked()
1632 void plain_cpp_generator::impl_printer::print_wrapped_call(int indent, in print_wrapped_call()
1746 void plain_cpp_generator::impl_printer::print_callback_body(int indent, in print_callback_body()
/llvm-project-15.0.7/clang/docs/tools/
H A Ddump_format_help.py20 def indent(text, columns, indent_first_line=True): function
/llvm-project-15.0.7/mlir/lib/Pass/
H A DPassStatistics.cpp29 static void printPassEntry(raw_ostream &os, unsigned indent, StringRef pass, in printPassEntry()
110 Pass *pass) { in printResultsAsPipeline()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp913 static void DumpNodes(const SDNode *N, unsigned indent, const SelectionDAG *G) { in DumpNodes()
981 static void DumpNodesr(raw_ostream &OS, const SDNode *N, unsigned indent, in DumpNodesr()
1021 unsigned indent) { in printrWithDepthHelper()
/llvm-project-15.0.7/polly/lib/Transform/
H A DFlattenSchedule.cpp32 int indent) { in printSchedule()
/llvm-project-15.0.7/llvm/tools/llvm-diff/lib/
H A DDiffConsumer.cpp132 void DiffConsumer::indent() { in indent() function in DiffConsumer
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dunparse-with-symbols.cpp63 const parser::CharBlock &location, llvm::raw_ostream &out, int indent) { in PrintSymbols()
/llvm-project-15.0.7/mlir/examples/toy/Ch3/parser/
H A DAST.cpp53 void indent() { in indent() function in __anonb3743e5d0111::ASTDumper
/llvm-project-15.0.7/mlir/examples/toy/Ch1/parser/
H A DAST.cpp53 void indent() { in indent() function in __anon9b09f29b0111::ASTDumper
/llvm-project-15.0.7/mlir/examples/toy/Ch2/parser/
H A DAST.cpp53 void indent() { in indent() function in __anona73f187c0111::ASTDumper

123