| /openbsd-src/gnu/llvm/lldb/source/Core/ |
| H A D | Progress.cpp | 17 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 D | CMakeLists.txt | 49 Progress.cpp
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | Progress.h | 56 class Progress { 72 Progress(std::string title, uint64_t total = UINT64_MAX, 80 ~Progress();
|
| H A D | Debugger.h | 456 friend class Progress; variable
|
| /openbsd-src/gnu/llvm/libcxx/docs/Helpers/ |
| H A D | Styles.rst | 37 .. |In Progress| replace:: :inprogress:`In Progress`
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | ProgressMeter.h | 130 CompetionPercentage Progress = in eta() local 138 return {Progress, ETA}; in eta()
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | FormatIssues.csv | 14 …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 D | FormatPaper.csv | 4 …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 D | SpaceshipProjects.csv | 14 …_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 D | SpaceshipPapers.csv | 2 `P1614R2 <https://wg21.link/P1614>`_,The Mothership has Landed,|In Progress|,
|
| H A D | Cxx17Papers.csv | 3 …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 D | Cxx20Papers.csv | 20 …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 D | Progress.pm | 1 package Pod::Simple::Progress; 13 # implies that it's generally useful, like "IO::Progress" or something.
|
| H A D | HTMLBatch.pm | 154 require Pod::Simple::Progress; 155 $progress = Pod::Simple::Progress->new(
|
| /openbsd-src/gnu/usr.bin/clang/liblldbCore/ |
| H A D | Makefile | 35 Progress.cpp \
|
| /openbsd-src/gnu/usr.bin/texinfo/util/ |
| H A D | install-info-html | 141 This is all very much Work in Progress (WiP).
|
| /openbsd-src/gnu/llvm/libcxx/docs/ |
| H A D | index.rst | 145 * :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 D | BUILD.gn | 72 "Progress.cpp",
|
| /openbsd-src/gnu/llvm/lldb/docs/status/ |
| H A D | status.rst | 65 …nown | Symbolic debugging only | Untested | Work In Progress | NO …
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | 00about.t | 23 Pod::Simple::Progress
|
| /openbsd-src/gnu/llvm/llvm/docs/GlobalISel/ |
| H A D | index.rst | 71 Progress and Future Work
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangModulesDeclVendor.cpp | 85 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 D | LocateSymbolFile.cpp | 270 Progress progress(llvm::formatv( in LocateExecutableSymbolFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileInference.cpp | 189 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 D | RewriteStatepointsForGC.cpp | 1038 bool Progress = true; in findBasePointer() local 1039 while (Progress) { in findBasePointer() 1043 Progress = false; in findBasePointer() 1066 Progress = true; in findBasePointer()
|