Home
last modified time | relevance | path

Searched refs:Started (Results 1 – 25 of 37) sorted by relevance

12

/llvm-project-15.0.7/libcxx/docs/Status/
H A DZipProjects.csv5 ….pair>`_, "[pair] constructor, assignment and swap overloads", None, Nikolas Klauser, |Not Started|
8 …>`_, "[vector<bool>::reference] add const operator= overload", None, Nikolas Klauser, |Not Started|
9 …s://wg21.link/iterator.concept.winc>`_, "Update weakly_comparable", None, Unassigned, |Not Started|
15 | `zip_transform_view::sentinel`", Unassigned, |Not Started|
16 …nk/range.zip.transform.iterator>`_, "zip_transform_view::iterator", None, Unassigned, |Not Started|
17 …nk/range.zip.transform.sentinel>`_, "zip_transform_view::sentinel", None, Unassigned, |Not Started|
19 | `adjacent_view::sentinel`", Unassigned, |Not Started|
20 …://wg21.link/range.adjacent.iterator>`_, "adjacent_view::iterator", None, Unassigned, |Not Started|
21 …://wg21.link/range.adjacent.sentinel>`_, "adjacent_view::sentinel", None, Unassigned, |Not Started|
23 | `adjacent_transform_view::sentinel`", Unassigned, |Not Started|
[all …]
H A DSpaceshipProjects.csv19 | error_condition",None,Unassigned,|Not Started|
30 ….index.members] <https://wg21.link/type.index.members>`_,| type_index,None,Unassigned,|Not Started|
43 | multimap",[expos.only.func],Unassigned,|Not Started|
45 | set",[expos.only.func],Unassigned,|Not Started|
46 | `[queue.ops] <https://wg21.link/queue.ops>`_,| queue,None,Unassigned,|Not Started|
47 | `[stack.ops] <https://wg21.link/stack.ops>`_,| stack,None,Unassigned,|Not Started|
49 …iter.op.comp] <https://wg21.link/move.iter.op.comp>`_,| move_iterator,None,Unassigned,|Not Started|
50 …d.iter.cmp] <https://wg21.link/counted.iter.cmp>`_,| counted_iterator,None,Unassigned,|Not Started|
78 | chrono::time_zone_link",None,Unassigned,|Not Started|
81 | `[re.submatch.op] <https://wg21.link/re.submatch.op>`_,| sub_match,None,Unassigned,|Not Started|
[all …]
/llvm-project-15.0.7/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp55 bool Started = false; in printDiagnosticOptions() local
76 Started = true; in printDiagnosticOptions()
81 OS << (Started ? "," : " [") in printDiagnosticOptions()
86 Started = true; in printDiagnosticOptions()
95 OS << (Started ? "," : " ["); in printDiagnosticOptions()
96 Started = true; in printDiagnosticOptions()
105 if (Started) in printDiagnosticOptions()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stackdepot.cpp105 Started, enumerator
141 state_ = thread_ ? State::Started : State::Failed; in NewWorkNotify()
143 if (state_ == State::Started) { in NewWorkNotify()
161 if (state_ != State::Started) in Stop()
175 if (state_ != State::Started) in LockAndStop()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DStackLifetime.cpp235 BitVector Started, Ended; in calculateLiveIntervals() local
236 Started.resize(NumAllocas); in calculateLiveIntervals()
244 Started.set(AllocaNo); in calculateLiveIntervals()
255 if (!Started.test(AllocaNo)) { in calculateLiveIntervals()
256 Started.set(AllocaNo); in calculateLiveIntervals()
261 if (Started.test(AllocaNo)) { in calculateLiveIntervals()
263 Started.reset(AllocaNo); in calculateLiveIntervals()
270 if (Started.test(AllocaNo)) in calculateLiveIntervals()
/llvm-project-15.0.7/libcxx/docs/Helpers/
H A DStyles.rst33 .. |Not Started| replace:: :notstarted:`Not Started`
/llvm-project-15.0.7/llvm/docs/
H A DGettingStartedTutorials.rst1 Getting Started/Tutorials
35 An addendum to the main Getting Started guide for those using Visual Studio
H A Dindex.rst52 Getting Started, How-tos, Developer Guides, and Tutorials.
H A DGettingStartedVS.rst2 Getting Started with the LLVM System using Microsoft Visual Studio
67 Getting Started
H A DUserGuides.rst103 An addendum to the main Getting Started guide for those using the `CMake
H A DGettingStarted.rst2 Getting Started with the LLVM System
30 The LLVM Getting Started documentation may be out of date. The `Clang
31 Getting Started <https://clang.llvm.org/get_started.html>`_ page might have more
106 Consult the `Getting Started with LLVM`_ section for detailed information on
373 .. _Getting Started with LLVM:
375 Getting Started with LLVM
/llvm-project-15.0.7/llvm/test/Other/
H A Dprint-on-crash.ll17 ; CHECK_SIMPLE: *** Dump of IR Before Last Pass {{.*}} Started ***
21 ; CHECK_MODULE: *** Dump of Module IR Before Last Pass {{.*}} Started ***
/llvm-project-15.0.7/
H A DREADME.md12 ## Getting Started with the LLVM System
36 The LLVM Getting Started documentation may be out of date. The [Clang
37 Getting Started](http://clang.llvm.org/get_started.html) page might have more
112 [Getting Started with LLVM](https://llvm.org/docs/GettingStarted.html#getting-started-with-llvm)
/llvm-project-15.0.7/llvm/include/llvm/MCA/
H A DPipeline.h56 Started, // Pipeline has started running. enumerator
/llvm-project-15.0.7/clang-tools-extra/docs/
H A Dmodularize.rst25 Getting Started
30 1. Read `Getting Started with the LLVM System`_ and `Clang Tools
34 2. `Getting Started with the LLVM System`_ and `Building LLVM with CMake`_ give
45 .. _Getting Started with the LLVM System: https://llvm.org/docs/GettingStarted.html
H A Dpp-trace.rst790 1. Read `Getting Started with the LLVM System`_ and `Clang Tools
794 2. `Getting Started with the LLVM System`_ and `Building LLVM with CMake`_ give
802 .. _Getting Started with the LLVM System: https://llvm.org/docs/GettingStarted.html
/llvm-project-15.0.7/llvm/lib/MCA/
H A DPipeline.cpp63 CurrentState = State::Started; in runCycle()
/llvm-project-15.0.7/lldb/docs/resources/
H A Dcontributing.rst4 Getting Started
7 Please refer to the `LLVM Getting Started Guide
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetPassConfig.cpp471 Started = (StartAfter == nullptr) && (StartBefore == nullptr); in setStartStopPasses()
744 Started = true; in addPass()
747 if (Started && !Stopped) { in addPass()
771 Started = true; in addPass()
772 if (Stopped && !Started) in addPass()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetPassConfig.h104 bool Started = true; variable
/llvm-project-15.0.7/clang/www/
H A Dmenu.html.incl21 <a href="/get_started.html">Get&nbsp;Started</a>
/llvm-project-15.0.7/lld/docs/
H A Dindex.rst89 details, see `Getting Started with the LLVM System
145 - July 2016: Started working on improving the linker script support.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dtail-merge-wineh.ll3 ; Started from this code:
/llvm-project-15.0.7/libunwind/docs/
H A Dindex.rst21 Getting Started with libunwind
H A DBuildingLibunwind.rst12 Getting Started

12