| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | ProgressEvent.cpp | 25 uint64_t completed, uint64_t total, in ProgressEvent() argument 32 if (completed == 0) { in ProgressEvent() 41 } else if (completed == total) { in ProgressEvent() 52 (uint32_t)((double)completed / (double)total * 100.0), (uint32_t)99); in ProgressEvent() 67 uint64_t completed, in Create() argument 71 if (completed > 0 && completed < total && !prev_event) in Create() 73 ProgressEvent event(progress_id, message, completed, total, prev_event); in Create() 163 void ProgressEventManager::Update(uint64_t progress_id, uint64_t completed, in Update() argument 166 progress_id, None, completed, total, &GetMostRecentEvent())) { in Update() 213 uint64_t completed, uint64_t total) { in Push() argument [all …]
|
| H A D | ProgressEvent.h | 51 uint64_t completed, uint64_t total, 74 uint64_t completed, uint64_t total, 104 void Update(uint64_t progress_id, uint64_t completed, uint64_t total); 139 void Push(uint64_t progress_id, const char *message, uint64_t completed,
|
| H A D | VSCode.cpp | 325 uint64_t completed, uint64_t total) { in SendProgressEvent() argument 326 progress_event_reporter.Push(progress_id, message, completed, total); in SendProgressEvent()
|
| H A D | VSCode.h | 173 uint64_t completed, uint64_t total);
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | display.py | 28 self.completed = 0 42 self.completed += 1 53 (self.completed + self.predictable_tests_remaining) 78 self.completed = 0 87 self.completed += 1 111 self.completed, self.num_tests))
|
| /llvm-project-15.0.7/lldb/include/lldb/Core/ |
| H A D | DebuggerEvents.h | 23 uint64_t completed, uint64_t total, bool debugger_specific) in ProgressEventData() argument 24 : m_message(message), m_id(progress_id), m_completed(completed), in ProgressEventData()
|
| /llvm-project-15.0.7/llvm/test/YAMLParser/ |
| H A D | spec-02-15.test | 4 Sammy Sosa completed another
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | incomplete-decl.c | 10 expected-error{{tentative definition has type 'struct foo' that is never completed}}
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | check-fail.test | 11 // CHECK: All checks completed, 2 errors
|
| H A D | check.test | 13 // CHECK: All checks completed, 0 errors
|
| H A D | check-lines.test | 11 // CHECK: All checks completed, 1 errors
|
| /llvm-project-15.0.7/bolt/test/runtime/ |
| H A D | plt-gnu-ld.test | 12 // CHECK: Test completed
|
| H A D | plt-lld.test | 16 CHECK: Test completed
|
| /llvm-project-15.0.7/llvm/unittests/ADT/ |
| H A D | DepthFirstIteratorTest.cpp | 30 void completed(T) { } in completed() function
|
| /llvm-project-15.0.7/llvm/test/Transforms/Inline/ |
| H A D | 2010-05-12-ValueMap.ll | 4 ; it had completed and a ModulePass started to run. LLVM would crash deleting
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | AMDGPUUsage.rst | 2200 region since the ``THEN`` region has completed. 5329 has completed 6251 completed.) 6348 completed.) 8633 completed.) 8736 completed.) 11052 completed.) 11155 completed.) 13044 completed.) 13137 completed.) [all …]
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-debuginfod/ |
| H A D | llvm-debuginfod.test | 46 # Waits until the server has completed one full directory scan before returning. 57 # Wait until a directory scan is completed.
|
| /llvm-project-15.0.7/llvm/include/llvm/ADT/ |
| H A D | DepthFirstIterator.h | 78 void completed(NodeRef) {} in completed() function 144 this->Visited.completed(Node); in toNext()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/ |
| H A D | power-sched-no-cycle.mir | 3 …o the Scheduling graph. By virtue of this test not crashing indicates it has completed succesfully.
|
| H A D | insert-delay-alu.mir | 68 # completed already. 135 # completed already. 167 # There's no need for SALU_CYCLE_2 here because the s_mov will have completed 264 # completed. 282 # completed.
|
| H A D | regalloc-fail-unsatisfiable-overlapping-tuple-hints.mir | 15 # recoloring for a vreg_256. We should try to recolor for completed
|
| /llvm-project-15.0.7/bolt/test/X86/Inputs/ |
| H A D | blarge.yaml | 47 - Name: completed.6650
|
| /llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/IR/ |
| H A D | AsyncTypes.td | 32 `available` when the asynchronous operations that created it is completed.
|
| /llvm-project-15.0.7/compiler-rt/test/fuzzer/ |
| H A D | merge-control-file.test | 51 OK_3: MERGE-OUTER: nothing to do, merge has been completed before
|
| /llvm-project-15.0.7/lldb/source/Core/ |
| H A D | Debugger.cpp | 1300 uint64_t completed, uint64_t total, in PrivateReportProgress() argument 1307 event_type, new ProgressEventData(progress_id, message, completed, total, in PrivateReportProgress() 1313 uint64_t completed, uint64_t total, in ReportProgress() argument 1321 PrivateReportProgress(*debugger_sp, progress_id, message, completed, in ReportProgress() 1331 PrivateReportProgress(*(*pos), progress_id, message, completed, total, in ReportProgress()
|