Home
last modified time | relevance | path

Searched refs:Stable (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/pstl/test/std/algorithms/alg.sorting/
H A Dsort.pass.cpp24 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 DAppendingTypeTableBuilder.cpp72 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 DGlobalTypeTableBuilder.cpp83 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 DMergingTypeTableBuilder.cpp80 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 DGlobalTypeTableBuilder.h82 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 Dpyproject.toml12 "Development Status :: 5 - Production/Stable",
/llvm-project-15.0.7/llvm/
H A DCODE_OWNERS.TXT222 D: Stable release management (x.y.[1-9] releases), AMDGPU Backend, libclc
/llvm-project-15.0.7/third-party/benchmark/
H A DREADME.md140 ### Stable and Experimental Library Versions
/llvm-project-15.0.7/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp248 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 DDocker.rst157 Stable build
H A DHowToReleaseLLVM.rst192 * Stable releases (X.n): Tom Stellard
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx14Issues.csv10 "`2044 <https://wg21.link/lwg2044>`__","No definition of ""Stable"" for copy algorithms","Kona","|C…