/llvm-project/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/mlir/include/mlir/Support/ |
H A D | IndentedOstream.h | 48 bool indent; member 68 raw_indented_ostream &indent() { indent() function 80 raw_indented_ostream &indent(int with) { indent() function 122 size_t indent = firstTrimmed.find_first_not_of(" \t"); printReindented() local 135 size_t indent = firstTrimmed.find_first_not_of(" \t"); printReindented() local [all...] |
/llvm-project/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/clang/utils/ABITest/ |
H A D | ABITestGen.py | 300 def printSizeOfType(self, prefix, name, t, output=None, indent=2): argument 307 def printAlignOfType(self, prefix, name, t, output=None, indent=2): argument 314 def printOffsetsOfType(self, prefix, name, t, output=None, indent=2): argument 326 def printValueOfType(self, prefix, name, t, output=None, indent=2): argument 406 def checkTypeValues(self, nameLHS, nameRHS, t, output=None, indent=2): argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | PlistDiagnostics.cpp | 110 unsigned indent, unsigned depth, bool includeControlFlow, in ReportPiece() argument 179 EmitRanges(raw_ostream & o,const ArrayRef<SourceRange> Ranges,unsigned indent) EmitRanges() argument 200 EmitMessage(raw_ostream & o,StringRef Message,unsigned indent) EmitMessage() argument 215 EmitFixits(raw_ostream & o,ArrayRef<FixItHint> fixits,unsigned indent) EmitFixits() argument 243 ReportControlFlow(raw_ostream & o,const PathDiagnosticControlFlowPiece & P,unsigned indent) ReportControlFlow() argument 299 ReportEvent(raw_ostream & o,const PathDiagnosticEventPiece & P,unsigned indent,unsigned depth,bool isKeyEvent) ReportEvent() argument 339 ReportCall(raw_ostream & o,const PathDiagnosticCallPiece & P,unsigned indent,unsigned depth) ReportCall() argument 367 ReportMacroSubPieces(raw_ostream & o,const PathDiagnosticMacroPiece & P,unsigned indent,unsigned depth) ReportMacroSubPieces() argument 378 ReportMacroExpansions(raw_ostream & o,unsigned indent) ReportMacroExpansions() argument 423 ReportNote(raw_ostream & o,const PathDiagnosticNotePiece & P,unsigned indent) ReportNote() argument 453 ReportPopUp(raw_ostream & o,const PathDiagnosticPopUpPiece & P,unsigned indent) ReportPopUp() argument [all...] |
/llvm-project/llvm/utils/yaml-bench/ |
H A D | YAMLBench.cpp | 59 struct indent { global() struct 61 indentindent indent() argument
|
/llvm-project/clang/include/clang/Basic/ |
H A D | PlistSupport.h | 56 Indent(raw_ostream & o,const unsigned indent) Indent() argument 107 EmitLocation(raw_ostream & o,const SourceManager & SM,SourceLocation L,const FIDMap & FM,unsigned indent) EmitLocation() argument 123 EmitRange(raw_ostream & o,const SourceManager & SM,CharSourceRange R,const FIDMap & FM,unsigned indent) EmitRange() argument [all...] |
/llvm-project/polly/lib/External/isl/ |
H A D | isl_stream.c | 832 int *indent; in push_state() local 904 static isl_stat set_yaml_indent(__isl_keep isl_stream *s, int indent) in set_yaml_indent() 970 int indent; in isl_stream_yaml_next() local 1073 int indent; in isl_stream_yaml_read_start_mapping() local 1105 int indent; in isl_stream_yaml_read_end_mapping() local 1142 int indent; in isl_stream_yaml_read_start_sequence() local 1175 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/third-party/benchmark/src/ |
H A D | json_reporter.cc | 118 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/mlir/lib/Support/ |
H A D | Timing.cpp | 148 void printTreeEntry(unsigned indent, StringRef name, const TimeRecord &time, in printTreeEntry() 154 void printTreeEntryEnd(unsigned indent, bool lastEntry) override {} in printTreeEntryEnd() 194 void printTreeEntry(unsigned indent, StringRef name, const TimeRecord &time, in printTreeEntry() 202 void printTreeEntryEnd(unsigned indent, bool lastEntry) override { in printTreeEntryEnd() 350 void dump(raw_ostream &os, unsigned indent = 0, unsigned markThreadId = 0) { in dump() 401 void printAsTree(TimeRecord total, unsigned indent = 0) { in printAsTree()
|
/llvm-project/bolt/docs/ |
H A D | generate_doc.py | 12 def wrap_text(text, indent, limit=LINE_LIMIT): argument
|
/llvm-project/mlir/test/python/ir/ |
H A D | operation.py | 66 def walk_operations(indent, op): argument 108 def walk_operations(indent, op): argument
|
/llvm-project/clang/docs/tools/ |
H A D | dump_format_help.py | 20 def indent(text, columns, indent_first_line=True): global() function
|
/llvm-project/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() 324 static void print_rethrow(int indent, const char *exc_info) in print_rethrow() 337 static void print_persistent_callback_failure_check(int indent, in print_persistent_callback_failure_check() 389 void python_generator::print_method_return(int indent, const isl_class &clazz, in print_method_return() 467 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() 477 void plain_cpp_generator::decl_printer::print_isa_type_template(int indent, in print_isa_type_template() 683 static void print_throw_invalid(ostream &os, int indent, const char *msg) in print_throw_invalid() 702 void plain_cpp_generator::print_invalid(ostream &os, int indent, in print_invalid() 1674 void plain_cpp_generator::impl_printer::print_wrapped_call_checked(int indent, in print_wrapped_call_checked() 1719 void plain_cpp_generator::impl_printer::print_wrapped_call(int indent, in print_wrapped_call() 1830 auto indent = declarations ? " " : ""; in print_id_user_header() local 1927 void plain_cpp_generator::impl_printer::print_callback_body(int indent, in print_callback_body()
|
/llvm-project/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/polly/lib/Transform/ |
H A D | FlattenSchedule.cpp | 33 int indent) { in printSchedule()
|
/llvm-project/llvm/tools/llvm-diff/lib/ |
H A D | DiffConsumer.cpp | 132 void DiffConsumer::indent() { in indent() function in DiffConsumer
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGDumper.cpp | 993 DumpNodes(const SDNode * N,unsigned indent,const SelectionDAG * G) DumpNodes() argument 1061 DumpNodesr(raw_ostream & OS,const SDNode * N,unsigned indent,const SelectionDAG * G,VisitedSDNodeSet & once) DumpNodesr() argument 1101 printrWithDepthHelper(raw_ostream & OS,const SDNode * N,const SelectionDAG * G,unsigned depth,unsigned indent) printrWithDepthHelper() argument [all...] |
/llvm-project/lldb/source/Target/ |
H A D | RegisterFlags.cpp | 246 static void DumpEnumerators(StreamString &strm, size_t indent, in DumpEnumerators() 308 size_t indent = name_string.size(); in DumpEnums() local
|
/llvm-project/lld/MachO/ |
H A D | MarkLive.cpp | 89 int indent = 2; in printWhyLive() local
|
/llvm-project/mlir/examples/toy/Ch2/parser/ |
H A D | AST.cpp | 56 void indent() { in indent() function in __anonfe65be1f0111::ASTDumper
|
/llvm-project/mlir/examples/toy/Ch5/parser/ |
H A D | AST.cpp | 56 void indent() { in indent() function in __anon23052fc20111::ASTDumper
|