Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 25 of 66) sorted by relevance

123

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DProgressEvent.cpp25 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 DProgressEvent.h51 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 DVSCode.cpp325 uint64_t completed, uint64_t total) { in SendProgressEvent() argument
326 progress_event_reporter.Push(progress_id, message, completed, total); in SendProgressEvent()
H A DVSCode.h173 uint64_t completed, uint64_t total);
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A Ddisplay.py28 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 DDebuggerEvents.h23 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 Dspec-02-15.test4 Sammy Sosa completed another
/llvm-project-15.0.7/clang/test/Sema/
H A Dincomplete-decl.c10 expected-error{{tentative definition has type 'struct foo' that is never completed}}
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dcheck-fail.test11 // CHECK: All checks completed, 2 errors
H A Dcheck.test13 // CHECK: All checks completed, 0 errors
H A Dcheck-lines.test11 // CHECK: All checks completed, 1 errors
/llvm-project-15.0.7/bolt/test/runtime/
H A Dplt-gnu-ld.test12 // CHECK: Test completed
H A Dplt-lld.test16 CHECK: Test completed
/llvm-project-15.0.7/llvm/unittests/ADT/
H A DDepthFirstIteratorTest.cpp30 void completed(T) { } in completed() function
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A D2010-05-12-ValueMap.ll4 ; it had completed and a ModulePass started to run. LLVM would crash deleting
/llvm-project-15.0.7/llvm/docs/
H A DAMDGPUUsage.rst2200 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 Dllvm-debuginfod.test46 # 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 DDepthFirstIterator.h78 void completed(NodeRef) {} in completed() function
144 this->Visited.completed(Node); in toNext()
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dpower-sched-no-cycle.mir3 …o the Scheduling graph. By virtue of this test not crashing indicates it has completed succesfully.
H A Dinsert-delay-alu.mir68 # 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 Dregalloc-fail-unsatisfiable-overlapping-tuple-hints.mir15 # recoloring for a vreg_256. We should try to recolor for completed
/llvm-project-15.0.7/bolt/test/X86/Inputs/
H A Dblarge.yaml47 - Name: completed.6650
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Async/IR/
H A DAsyncTypes.td32 `available` when the asynchronous operations that created it is completed.
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A Dmerge-control-file.test51 OK_3: MERGE-OUTER: nothing to do, merge has been completed before
/llvm-project-15.0.7/lldb/source/Core/
H A DDebugger.cpp1300 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()

123