Searched refs:Stable (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/ |
| H A D | sort.pass.cpp | 24 static bool Stable; variable 143 return (x.value == y.value && !Stable) || (x.index == y.index); in Equal() 170 if (Stable) in operator ()() 175 if (Stable) in operator ()() 233 Stable = kind != 0; in main()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | AppendingTypeTableBuilder.cpp | 72 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in stabilize() local 73 memcpy(Stable, Record.data(), Record.size()); in stabilize() 74 return ArrayRef<uint8_t>(Stable, Record.size()); in stabilize()
|
| H A D | GlobalTypeTableBuilder.cpp | 83 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() local 84 memcpy(Stable, Data.data(), Data.size()); in stabilize() 85 return makeArrayRef(Stable, Data.size()); in stabilize()
|
| H A D | MergingTypeTableBuilder.cpp | 80 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() local 81 memcpy(Stable, Data.data(), Data.size()); in stabilize() 82 return makeArrayRef(Stable, Data.size()); in stabilize()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | GlobalTypeTableBuilder.h | 82 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs() local 83 MutableArrayRef<uint8_t> Data(Stable, RecordSize); in insertRecordAs()
|
| /llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ |
| H A D | pyproject.toml | 12 "Development Status :: 5 - Production/Stable",
|
| /llvm-project-15.0.7/llvm/ |
| H A D | CODE_OWNERS.TXT | 222 D: Stable release management (x.y.[1-9] releases), AMDGPU Backend, libclc
|
| /llvm-project-15.0.7/third-party/benchmark/ |
| H A D | README.md | 140 ### Stable and Experimental Library Versions
|
| /llvm-project-15.0.7/llvm/lib/Demangle/ |
| H A D | MicrosoftDemangle.cpp | 248 char *Stable = Arena.allocUnalignedBuffer(Borrowed.size()); in copyString() local 249 std::memcpy(Stable, Borrowed.begin(), Borrowed.size()); in copyString() 251 return {Stable, Borrowed.size()}; in copyString()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | Docker.rst | 157 Stable build
|
| H A D | HowToReleaseLLVM.rst | 192 * Stable releases (X.n): Tom Stellard
|
| /llvm-project-15.0.7/libcxx/docs/Status/ |
| H A D | Cxx14Issues.csv | 10 "`2044 <https://wg21.link/lwg2044>`__","No definition of ""Stable"" for copy algorithms","Kona","|C…
|