| /llvm-project-15.0.7/lldb/docs/use/ |
| H A D | map.rst | 28 <td class="content"> 33 <td class="content"> 46 <td class="content"> 51 <td class="content"> 64 <td class="content"> 74 <td class="content"> 90 <td class="content"> 100 <td class="content"> 116 <td class="content"> 118 <td class="content"> [all …]
|
| /llvm-project-15.0.7/clang/tools/scan-build-py/tests/unit/ |
| H A D | test_report.py | 14 def run_bug_parse(content): argument 18 handle.writelines(content) 23 def run_crash_parse(content, preproc): argument 27 handle.writelines(content) 34 content = [ 46 result = run_bug_parse(content) 55 content = [] 56 result = run_bug_parse(content) 62 content = [ 365 json.dump(content, handle) [all …]
|
| /llvm-project-15.0.7/lldb/utils/lui/ |
| H A D | cui.py | 259 self.content = '' 278 remain = self.content 290 self.content = '' 309 self.content = self.content[:self.index] + \ 315 self.content = self.content[ 318 self.content = self.content[ 321 self.content = self.content[:self.index] 331 self.index = len(self.content) 333 self.content = self.history.previous(self.content) 334 self.index = len(self.content) [all …]
|
| H A D | sourcewin.py | 83 if self.viewline < len(self.content) - self.height + 1: 121 self.content = self.getContent(path) 133 if self.content: 134 self.formatContent(self.content, self.pc_line, bps) 137 content = [] 139 content = self.sources[path] 143 content = x.readlines() 144 self.sources[path] = content 145 return content 147 def formatContent(self, content, pc_line, breakpoints): argument [all …]
|
| H A D | commandwin.py | 67 def enterCallback(content): argument 68 self.handleCommand(content) 70 def tabCompleteCallback(content): argument 71 self.data = content 77 self.el.content += matches.GetStringAtIndex(0) 78 self.el.index = len(self.el.content) 123 if event == curses.ascii.EOT and self.el.content == '':
|
| /llvm-project-15.0.7/clang/test/PCH/ |
| H A D | validate-file-content.m | 4 // RUN: %clang -x objective-c-header -fsyntax-only -fpch-validate-input-files-content %s -### 2>&1 … 5 // CHECK-CC1: -fvalidate-ast-input-files-content 7 // PCH only: Test that a mtime mismatch without content change is fine 12 …ang_cc1 -emit-pch -o %t/a.pch -I %t -x objective-c-header %t/a.h -fvalidate-ast-input-files-content 14 … %clang_cc1 -fsyntax-only -I %t -include-pch %t/a.pch %s -verify -fvalidate-ast-input-files-content 16 // PCH only: Test that a mtime mismatch with content change 21 …ang_cc1 -emit-pch -o %t/a.pch -I %t -x objective-c-header %t/a.h -fvalidate-ast-input-files-content 24 …ng_cc1 -fsyntax-only -I %t -include-pch %t/a.pch %s -fvalidate-ast-input-files-content 2> %t/stderr 27 …]]' has been modified since the precompiled header '[[A_PCH:.*/a\.pch]]' was built: content changed
|
| /llvm-project-15.0.7/mlir/utils/spirv/ |
| H A D | gen_spirv_dialect.py | 46 spec = response.content 492 content = content.split(AUTOGEN_OPCODE_SECTION_MARKER) 544 content = content.split(AUTOGEN_OPCODE_SECTION_MARKER) 560 content = content[0] + AUTOGEN_OPCODE_SECTION_MARKER + '\n\n' + \ 562 + content[2] 565 f.write(content) 579 content = content.split(AUTOGEN_ENUM_SECTION_MARKER) 604 content = content[0] + AUTOGEN_ENUM_SECTION_MARKER + '\n\n' + \ 606 + content[2]; 609 f.write(content) [all …]
|
| /llvm-project-15.0.7/llvm/test/Other/ChangePrinters/DotCfg/ |
| H A D | print-changed-dot-cfg.ll | 127 ; CHECK-DOT-CFG-SIMPLE-NEXT: <div class="content"> 140 …"active"); var content = this.nextElementSibling; if (content.style.display === "block"){ content.… 146 ; CHECK-DOT-CFG-FUNC-FILTER-NEXT: <div class="content"> 156 …"active"); var content = this.nextElementSibling; if (content.style.display === "block"){ content.… 160 ; CHECK-DOT-CFG-PRINT-MOD-SCOPE-NEXT: <div class="content"> 173 …"active"); var content = this.nextElementSibling; if (content.style.display === "block"){ content.… 177 ; CHECK-DOT-CFG-FILTER-MULT-FUNC-NEXT: <div class="content"> 195 ; CHECK-DOT-CFG-FILTER-PASSES-NEXT: <div class="content"> 213 ; CHECK-DOT-CFG-FILTER-MULT-PASSES-NEXT: <div class="content"> 235 ; CHECK-DOT-CFG-FILTER-FUNC-PASSES-NEXT: <div class="content"> [all …]
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | validate-file-content.m | 4 // RUN: %clang -fmodules -fsyntax-only -fmodules-validate-input-files-content %s -### 2>&1 | FileCh… 5 // CHECK-CC1: -fvalidate-ast-input-files-content 7 // PCH+Modules: Test that a mtime mismatch without content change is fine 13 …licit-module-maps -o %t/a.pch -I %t -x objective-c-header %t/a.h -fvalidate-ast-input-files-content 15 …es -fimplicit-module-maps -I %t -include-pch %t/a.pch %s -verify -fvalidate-ast-input-files-content 17 // PCH+Modules: Test that a mtime mismatch with content change 23 …licit-module-maps -o %t/a.pch -I %t -x objective-c-header %t/a.h -fvalidate-ast-input-files-content 26 …implicit-module-maps -I %t -include-pch %t/a.pch %s -fvalidate-ast-input-files-content 2> %t/stderr 29 …]]' has been modified since the precompiled header '[[A_PCH:.*/a\.pch]]' was built: content changed
|
| /llvm-project-15.0.7/lldb/test/API/python_api/process/ |
| H A D | TestProcessAPI.py | 53 content = process.ReadMemory( 58 print("memory content:", content) 61 content, 171 print("memory content:", content) 174 content, 264 content = bytearray(content, 'ascii') 265 content.reverse() 273 for i in content: 420 content = process.ReadMemory(addr, 1, error) 424 print("memory content:", content) [all …]
|
| /llvm-project-15.0.7/flang/lib/Parser/ |
| H A D | source.cpp | 39 lineStart_ = FindLineStarts({content().data(), bytes()}); in RecordLineStarts() 45 llvm::StringRef content{buf_->getBufferStart(), buf_->getBufferSize()}; in IdentifyPayload() local 47 if (content.startswith(UTF8_BOM)) { in IdentifyPayload() 142 if (content().size() == 0 || content().back() != '\n') { in ReadFile() 144 if (content().size() >= buf_->getBufferSize()) { in ReadFile() 146 content().size() + 1)}; in ReadFile() 147 llvm::copy(content(), tmp_buf->getBufferStart()); in ReadFile()
|
| /llvm-project-15.0.7/mlir/utils/jupyter/mlir_opt_kernel/ |
| H A D | kernel.py | 175 content = {'ename': '', 'evalue': str(exitcode), 'traceback': []} 177 self.send_response(self.iopub_socket, 'error', content) 180 content['execution_count'] = self.execution_count 181 content['status'] = 'error' 182 return content 187 content = { 192 self.send_response(self.iopub_socket, 'execute_result', content)
|
| /llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/ |
| H A D | dsymtab.yaml | 49 content: 554889E54883EC10C745FC00000000488D3D30000000B000E80900000031C04883C4105DC3 62 content: FF2574400000 75 content: 4C8D1D754000004153FF2565000000906800000000E9E6FFFFFF 88 content: 68656C6C6F20776F726C640A00 101 …content: 010000001C000000000000001C000000000000001C00000002000000603F000034000000340000008… 126 content: '0000000000000000' 151 content: 9C3F000001000000 164 content: '0000000000000000'
|
| H A D | section_data.yaml | 3 ## Case 1: The size of content is greater than the section size. 5 # CASE1: error: Section size must be greater than or equal to the content size 42 content: CDAB3412 44 ## Case 2: The content size equals the section size. 101 content: CDAB3412 103 ## Case 3: The content size is less than the section size. In this case, the area 104 ## after the custom content is filled with zeroes. 161 content: AA
|
| /llvm-project-15.0.7/lldb/test/API/commands/session/save/ |
| H A D | TestSessionSave.py | 68 content = file.read() 72 self.assertIn(line, content) 85 content = file.read() 89 self.assertIn(line, content) 115 content = file.read() 119 self.assertIn(line, content)
|
| /llvm-project-15.0.7/polly/www/ |
| H A D | content.css | 13 [id=content] { selector 90 content: "\00a0 "; 93 content: "\00a0 "; 118 content: "\00a0\00a0\00a0"; 121 content: "\00a0\00a0\00a0"; 125 content: "\00a0\00a0\00a0"; 128 content: "\00a0\00a0\00a0";
|
| /llvm-project-15.0.7/llvm/utils/ |
| H A D | add_argument_names.py | 72 content = f.read() 75 content = process_file(content) 78 f.write(content)
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-objcopy/MachO/ |
| H A D | update-section.test | 8 # CHECK: content: '41414142' 11 # SMALLER: content: '414141' 27 # FULL-SECNAME: content: '41414142' 58 content: '41414141' 95 content: 'AABBCCDD' 107 content: ''
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-06-01.test | 4 # neither content nor indentation. 14 # Still by two # content nor 15 Still by two # content nor
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-doc/ |
| H A D | HTMLGeneratorTest.cpp | 72 <div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> in TEST() 182 <div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> in TEST() 299 <div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> in TEST() 346 <div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> in TEST() 431 <div id="main-content" class="col-xs-12 col-sm-9 col-md-8 main-content"> in TEST()
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/disassemble/aarch64-adrp-add/ |
| H A D | a.out-arm64_32.yaml | 46 …content: FF8300D1FD7B01A9FD430091080000B008B13E910900009029713D91BFC31FB8E90B00B9007D40921… 59 content: 1F2003D51004021800021FD6 72 content: F10302101F2003D5F047BFA91F2003D55003001800021FD650000018F9FFFF1700000000 85 content: '484900' 98 …content: 010000001C000000000000001C000000000000001C00000002000000146F000034000000340000007… 123 content: '00000000' 148 content: A0BF0000 161 content: '00000000'
|
| H A D | a.out-arm64.yaml | 47 …content: FF8300D1FD7B01A9FD430091BFC31FB80800009008713D91E80300F9000000B000B03E910E040094E… 60 content: 1F2003D51004025800021FD6 73 content: 110402101F2003D5F047BFA91F2003D55003005800021FD650000018F9FFFF1700000000 86 content: '484900' 99 …content: 010000001C000000000000001C000000000000001C00000002000000202F000034000000340000007… 124 content: '0000000000000000' 149 content: A03F000001000000 162 content: '0000000000000000'
|
| /llvm-project-15.0.7/libcxx/test/std/algorithms/algorithms.results/ |
| H A D | in_in_out_result.pass.cpp | 66 constexpr ConvertibleFrom(T c) : content{c} {} in ConvertibleFrom() 67 T content; member 77 assert(res2.in1.content == 10); in test() 78 assert(res2.in2.content == 0.); in test() 79 assert(res2.out.content == 1.f); in test()
|
| H A D | in_out_out_result.pass.cpp | 64 constexpr ConvertibleFrom(T c) : content{c} {} in ConvertibleFrom() 65 T content; member 75 assert(res2.in.content == 10); in test() 76 assert(res2.out1.content == 0.); in test() 77 assert(res2.out2.content == 1.f); in test()
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-dwarfdump/X86/ |
| H A D | section_sizes_macho.test | 62 content: 554889E531C0C745FC000000005DC3 128 …content: 485341480100000001000000010000000C000000000000000100000001000600000000006A7F9A7C2… 141 content: 485341480100000001000000000000000C000000000000000100000001000600FFFFFFFF 154 content: 485341480100000001000000000000000C000000000000000100000001000600FFFFFFFF 167 …content: 48534148010000000100000001000000140000000000000003000000010006000300050004000B000… 180 content: 00000000000000000F0000000000000100000000000000000000000000000000 202 …content: 1400000000000000017A520001781001100C070890010000240000001C000000A0FDFFFFFFFFFFFF0…
|