Home
last modified time | relevance | path

Searched refs:progress (Results 1 – 25 of 115) sorted by relevance

12345

/llvm-project-15.0.7/clang/test/Analysis/
H A Danalyzer-display-progress.m1 // RUN: %clang_analyze_cc1 -fblocks -analyzer-display-progress %s 2>&1 | FileCheck %s
26 // CHECK: analyzer-display-progress.m f
27 // CHECK: analyzer-display-progress.m -[I instanceMethod:with:]
28 // CHECK: analyzer-display-progress.m +[I classMethod]
29 // CHECK: analyzer-display-progress.m g
30 // CHECK: analyzer-display-progress.m block (line: 22, col: 11)
H A Danalyze-function-guide.m8 // CHECK-MISSING: Pass the -analyzer-display-progress for tracking which functions are analyzed.
/llvm-project-15.0.7/openmp/runtime/tools/lib/
H A DBuild.pm142 my $progress = cat_file( $tmp, sprintf( "%s-%s.log", $target_platform, Uname::host_name() ) );
146 write_file( $progress, tstr() . ": " . $line, -append => 1 );
148 write_file( $progress, "\n", -append => 1 );
152 sub progress($$@) { subroutine
163 progress( rstr( $rc ), "%s", $build_dir );
169 progress( "Successes", "%3d of %3d", $success, $total );
170 progress( "Failures", "%3d of %3d", $failure, $total );
171 progress( "Time elapsed", " %s", dstr( $finish - $start ) );
172 progress( "Overall result", "%s", rstr( $failure ) );
/llvm-project-15.0.7/lldb/third_party/Python/module/progress/
H A Dprogress.py52 if 100 > self.progress + increment:
53 self.progress += increment
55 self.progress = 100
59 self.progress = 100
63 progressed = int(self.progress / self.step) # fix
71 self.progress)}
80 self.progress = self._get_progress(self.start)
182 if p.progress == 100:
/llvm-project-15.0.7/openmp/runtime/test/ompt/
H A Dcallback.h64 progress += sprintf(progress, "ompt_task_initial"); in format_task_type()
66 progress += sprintf(progress, "ompt_task_implicit"); in format_task_type()
68 progress += sprintf(progress, "ompt_task_explicit"); in format_task_type()
70 progress += sprintf(progress, "ompt_task_target"); in format_task_type()
72 progress += sprintf(progress, "ompt_task_taskwait"); in format_task_type()
74 progress += sprintf(progress, "|ompt_task_undeferred"); in format_task_type()
76 progress += sprintf(progress, "|ompt_task_untied"); in format_task_type()
78 progress += sprintf(progress, "|ompt_task_final"); in format_task_type()
80 progress += sprintf(progress, "|ompt_task_mergeable"); in format_task_type()
82 progress += sprintf(progress, "|ompt_task_merged"); in format_task_type()
[all …]
/llvm-project-15.0.7/polly/lib/External/isl/
H A Disl_map_simplify.c320 if (progress) in eliminate_var_using_equality()
329 if (progress) in eliminate_var_using_equality()
342 if (progress) in eliminate_var_using_equality()
482 *progress = 1; in eliminate_divs_ineq()
571 if (progress) in set_div_from_eq()
572 *progress = 1; in set_div_from_eq()
597 int *progress, in isl_basic_map_gauss5() argument
662 int *progress) in isl_basic_map_gauss() argument
965 int *progress) in normalize_divs() argument
1102 if (progress) in normalize_divs()
[all …]
H A Disl_map_private.h290 int *progress,
294 int *progress);
296 __isl_take isl_basic_set *bset, int *progress);
348 __isl_take isl_basic_map *bmap, int *progress, int detect_divs);
350 __isl_take isl_basic_map *bmap, int *progress);
/llvm-project-15.0.7/polly/www/video-js/
H A Dvideo-js.css77 - Rigth side of progress bar, use right & width
78 - Expand with the video (like progress bar) use left & right */
80 .vjs-controls > div.vjs-progress-control { left: 35px; right: 165px; } /* Using left & right so …
81 …s-time-control { width: 75px; right: 90px; } /* Time control and progress bar are combined …
85 /* Removing curved corners on progress control and time control to join them. */
86 .vjs-controls > div.vjs-progress-control {
115 .vjs-progress-holder { /* Box containing play and load progresses */
118 margin: 7px 1px 0 5px; /* Placement within the progress control item */
121 .vjs-progress-holder div { /* Progress Bars */
125 .vjs-play-progress {
[all …]
/llvm-project-15.0.7/clang-tools-extra/clangd/test/Inputs/background-index/
H A Ddefinition.jsonrpc.tmpl25 # BUILD: "method": "$/progress"
34 # BUILD: "method": "$/progress"
/llvm-project-15.0.7/lldb/source/Core/
H A DCoreProperties.td138 def ShowProgress: Property<"show-progress", "Boolean">,
141 …Desc<"Whether to show progress or not if the debugger's output is an interactive color-enabled ter…
142 def ShowProgressAnsiPrefix: Property<"show-progress-ansi-prefix", "String">,
145 …When displaying progress in a color-enabled terminal, use the ANSI terminal code specified in this…
146 def ShowProgressAnsiSuffix: Property<"show-progress-ansi-suffix", "String">,
149 …When displaying progress in a color-enabled terminal, use the ANSI terminal code specified in this…
/llvm-project-15.0.7/polly/lib/External/isl/imath/tests/gmp-compat-test/
H A Druntest.py39 if options.verbose or (options.progress > 0
40 and line % options.progress == 0):
/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/progress-bar/
H A Dlit.cfg2 config.name = 'progress-bar'
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DManualDWARFIndex.cpp76 Progress progress( in Index() local
88 progress.Increment(); in Index()
93 progress.Increment(); in Index()
118 auto finalize_fn = [this, &sets, &progress](NameToDIE(IndexSet::*index)) { in Index()
123 progress.Increment(); in Index()
/llvm-project-15.0.7/openmp/tools/multiplex/
H A Dompt-multiplex.h1061 int progress = 0; in ompt_start_tool() local
1062 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1063 int tmp_progress = progress; in ompt_start_tool()
1069 void *h = dlopen(tool_libs_buffer + progress, RTLD_LAZY); in ompt_start_tool()
1081 tool_libs_buffer + progress, CLIENT_TOOL_LIBRARIES_VAR, in ompt_start_tool()
1084 progress = tmp_progress + 1; in ompt_start_tool()
/llvm-project-15.0.7/openmp/docs/
H A DReleaseNotes.rst7 These are in-progress notes for the upcoming LLVM 15.0.0 release.
H A Dindex.rst4 This document is a work in progress and most of the expected content is not
114 The current (in-progress) release notes can be found :doc:`here <ReleaseNotes>` while
/llvm-project-15.0.7/.github/workflows/
H A Dlld-tests.yml28 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
H A Dclang-tests.yml28 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
H A Dlibclc-tests.yml30 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
H A Dlldb-tests.yml30 cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Ddependencies.md4 still allow forward progress, we require any build tooling to be available for:
/llvm-project-15.0.7/pstl/docs/
H A DReleaseNotes.rst13 These are in-progress notes for the upcoming pstl 15 release.
/llvm-project-15.0.7/lldb/test/API/lang/objc/print-obj/
H A Dblocked.m2 // blocks the print object from making progress. Set a breakpoint on the line in
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dlit.rst29 By default :program:`lit` will use a succinct progress display and will only
31 options controlling the :program:`lit` progress display and output.
87 Also show a progress bar, unless ``--no-progress-bar`` is specified.
110 .. option:: --no-progress-bar
112 Do not use curses based progress bar.
586 <result code>: <test name> (<progress info>)
595 The ``<progress info>`` field can be used to report progress information such
/llvm-project-15.0.7/llvm/utils/TableGen/
H A Dtdtags32 -v Be verbose; report progress.
87 -v Be verbose; report progress.

12345