| /llvm-project-15.0.7/mlir/test/lib/IR/ |
| H A D | TestPrintNesting.cpp | 47 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 D | IndentedOstream.h | 48 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 D | IndentedOstream.cpp | 24 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 D | Timing.cpp | 141 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 D | Timer.py | 15 def _indent(indent): argument 22 indent = 0 variable in Timer
|
| /llvm-project-15.0.7/clang/utils/ABITest/ |
| H A D | ABITestGen.py | 256 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 D | PlistDiagnostics.cpp | 109 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 D | YAMLBench.cpp | 59 struct indent { struct 61 indent(unsigned d) : distance(d) {} in indent() function
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | PlistSupport.h | 56 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 D | isl_stream.c | 825 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 D | isl_printer_private.h | 33 int indent; member
|
| H A D | isl_printer.c | 88 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 D | json_reporter.cc | 128 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 D | operation.py | 63 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 D | python.cc | 107 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 D | plain_cpp.cc | 86 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 D | dump_format_help.py | 20 def indent(text, columns, indent_first_line=True): function
|
| /llvm-project-15.0.7/mlir/lib/Pass/ |
| H A D | PassStatistics.cpp | 29 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 D | SelectionDAGDumper.cpp | 913 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 D | FlattenSchedule.cpp | 32 int indent) { in printSchedule()
|
| /llvm-project-15.0.7/llvm/tools/llvm-diff/lib/ |
| H A D | DiffConsumer.cpp | 132 void DiffConsumer::indent() { in indent() function in DiffConsumer
|
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | unparse-with-symbols.cpp | 63 const parser::CharBlock &location, llvm::raw_ostream &out, int indent) { in PrintSymbols()
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch3/parser/ |
| H A D | AST.cpp | 53 void indent() { in indent() function in __anonb3743e5d0111::ASTDumper
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch1/parser/ |
| H A D | AST.cpp | 53 void indent() { in indent() function in __anon9b09f29b0111::ASTDumper
|
| /llvm-project-15.0.7/mlir/examples/toy/Ch2/parser/ |
| H A D | AST.cpp | 53 void indent() { in indent() function in __anona73f187c0111::ASTDumper
|