Home
last modified time | relevance | path

Searched refs:Progress (Results 1 – 25 of 42) sorted by relevance

12

/openbsd-src/gnu/llvm/lldb/source/Core/
H A DProgress.cpp17 std::atomic<uint64_t> Progress::g_id(0);
19 Progress::Progress(std::string title, uint64_t total, in Progress() function in Progress
29 Progress::~Progress() { in ~Progress()
39 void Progress::Increment(uint64_t amount) { in Increment()
52 void Progress::ReportProgress() { in ReportProgress()
H A DCMakeLists.txt49 Progress.cpp
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DProgress.h56 class Progress {
72 Progress(std::string title, uint64_t total = UINT64_MAX,
80 ~Progress();
H A DDebugger.h456 friend class Progress; variable
/openbsd-src/gnu/llvm/libcxx/docs/Helpers/
H A DStyles.rst37 .. |In Progress| replace:: :inprogress:`In Progress`
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/
H A DProgressMeter.h130 CompetionPercentage Progress = in eta() local
138 return {Progress, ETA}; in eta()
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DFormatIssues.csv14 …g21.link/P1361>`_,"Integration of chrono with text formatting","C++20",Mark de Wever,|In Progress|,
15 …1.link/P2372>`__,"Fixing locale handling in chrono formatters","C++20",Mark de Wever,|In Progress|,
H A DFormatPaper.csv4 …ps://wg21.link/time.syn>`_,"Formatter ``chrono::sys_time<Duration>``",,Mark de Wever,|In Progress|,
26 …k/time.syn>`_,"Formatter ``chrono::hh_mm_ss<duration<Rep, Period>>``",,Mark de Wever,|In Progress|,
40 …s://wg21.link/format.range.fmtstr>`_,"Formatting for ranges: strings",,Mark de Wever,|In Progress|,
H A DSpaceshipProjects.csv14 …_way <https://reviews.llvm.org/D131395>`_,[comparisons.three.way],Adrian Vogelsgesang,|In Progress|
25 | nullopt",None,Kent Ross,|In Progress|
38 …),| `array <https://reviews.llvm.org/D132265>`_,[expos.only.func],Adrian Vogelsgesang,|In Progress|
42 …,| `vector <https://reviews.llvm.org/D132268>`_,[expos.only.func],Adrian Vogelsgesang,|In Progress|
80 …`[re.submatch.op] <https://wg21.link/re.submatch.op>`_,| sub_match,None,Mark de Wever,|In Progress|
H A DSpaceshipPapers.csv2 `P1614R2 <https://wg21.link/P1614>`_,The Mothership has Landed,|In Progress|,
H A DCxx17Papers.csv3 …1.link/n4089>`__","LWG","Safe conversions in ``unique_ptr<T[]>``\ .","Urbana","|In Progress|","3.9"
6 …://wg21.link/n4258>`__","LWG","Cleaning-up noexcept in the Library.","Urbana","|In Progress|","3.7"
108 …07R0>`__","LWG","Inline Variables for the Standard Library","Kona","|In Progress| [#note-P0607]_",…
H A DCxx20Papers.csv20 …P0355R7>`__","LWG","Extending chrono to Calendars and Time Zones","Jacksonville","|In Progress|",""
48 …0941R2>`__","CWG","Integrating feature-test macros into the C++ WD","Rapperswil","|In Progress|",""
126 "`P1614R2 <https://wg21.link/P1614R2>`__","LWG","The Mothership has Landed","Cologne","|In Progress
203 …/P2372R3>`__","LWG","Fixing locale handling in chrono formatters","October 2021","|In Progress|",""
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DProgress.pm1 package Pod::Simple::Progress;
13 # implies that it's generally useful, like "IO::Progress" or something.
H A DHTMLBatch.pm154 require Pod::Simple::Progress;
155 $progress = Pod::Simple::Progress->new(
/openbsd-src/gnu/usr.bin/clang/liblldbCore/
H A DMakefile35 Progress.cpp \
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dinstall-info-html141 This is all very much Work in Progress (WiP).
/openbsd-src/gnu/llvm/libcxx/docs/
H A Dindex.rst145 * :ref:`C++17 - In Progress <cxx17-status>`
146 * :ref:`C++20 - In Progress <cxx20-status>`
147 * :ref:`C++2b - In Progress <cxx2b-status>`
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lldb/source/Core/
H A DBUILD.gn72 "Progress.cpp",
/openbsd-src/gnu/llvm/lldb/docs/status/
H A Dstatus.rst65 …nown | Symbolic debugging only | Untested | Work In Progress | NO …
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A D00about.t23 Pod::Simple::Progress
/openbsd-src/gnu/llvm/llvm/docs/GlobalISel/
H A Dindex.rst71 Progress and Future Work
/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangModulesDeclVendor.cpp85 std::unique_ptr<Progress> m_current_progress_up;
232 m_current_progress_up = std::make_unique<Progress>( in SetCurrentModuleProgress()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DLocateSymbolFile.cpp270 Progress progress(llvm::formatv( in LocateExecutableSymbolFile()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSampleProfileInference.cpp189 bool Progress = false; in applyFlowAugmentation() local
198 Progress = augmentFlowAlongDAG(AugmentingOrder); in applyFlowAugmentation()
202 if (!Progress) { in applyFlowAugmentation()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1038 bool Progress = true; in findBasePointer() local
1039 while (Progress) { in findBasePointer()
1043 Progress = false; in findBasePointer()
1066 Progress = true; in findBasePointer()

12