| /external/vixl/benchmarks/aarch32/ |
| D | asm-disasm-speed-test.cc | 59 #define __ assembler-> macro 201 __ bind(&l_0000); in Generate_1() 202 __ push(Narrow, RegisterList(0x40f8)); in Generate_1() 203 __ mov(Narrow, r7, r2); in Generate_1() 204 __ ldr(Narrow, r6, MemOperand(r7)); in Generate_1() 205 __ mov(Narrow, r4, r0); in Generate_1() 206 __ movs(Narrow, r3, 0U); in Generate_1() 207 __ movs(Narrow, r5, 1U); in Generate_1() 208 __ ldr(Narrow, r2, &l_00a8); in Generate_1() 209 __ movs(Narrow, r0, 4U); in Generate_1() [all …]
|
| /external/vixl/test/aarch64/ |
| D | test-trace-aarch64.cc | 46 #define __ masm-> macro 56 __ adc(w3, w4, w5); in GenerateTestSequenceBase() 57 __ adc(x6, x7, x8); in GenerateTestSequenceBase() 58 __ adcs(w9, w10, w11); in GenerateTestSequenceBase() 59 __ adcs(x12, x13, x14); in GenerateTestSequenceBase() 60 __ add(w15, w16, w17); in GenerateTestSequenceBase() 61 __ add(x18, x19, x20); in GenerateTestSequenceBase() 62 __ adds(w21, w22, w23); in GenerateTestSequenceBase() 63 __ adds(x24, x25, x26); in GenerateTestSequenceBase() 64 __ and_(w27, w28, w29); in GenerateTestSequenceBase() [all …]
|
| D | test-api-movprfx-aarch64.cc | 38 #define __ assm. macro 108 __ movprfx(z0.VnB(), p0.Merging(), z9.VnB()); in TEST() 109 __ abs(z0.VnB(), p0.Merging(), z0.VnB()); in TEST() 111 __ movprfx(z1, z17); in TEST() 112 __ add(z1.VnH(), p2.Merging(), z1.VnH(), z1.VnH()); in TEST() 114 __ movprfx(z12, z13); in TEST() 115 __ and_(z12.VnD(), p5.Merging(), z12.VnD(), z12.VnD()); in TEST() 117 __ movprfx(z2, z4); in TEST() 118 __ asr(z2.VnS(), p2.Merging(), z2.VnS(), z2.VnS()); in TEST() 120 __ movprfx(z10, z18); in TEST() [all …]
|
| D | test-assembler-fp-aarch64.cc | 56 __ Mov(x17, src_base); in TEST() 57 __ Mov(x18, dst_base); in TEST() 58 __ Mov(x19, src_base); in TEST() 59 __ Mov(x20, dst_base); in TEST() 60 __ Mov(x21, src_base); in TEST() 61 __ Mov(x22, dst_base); in TEST() 62 __ Ldr(s0, MemOperand(x17, sizeof(src[0]))); in TEST() 63 __ Str(s0, MemOperand(x18, sizeof(dst[0]), PostIndex)); in TEST() 64 __ Ldr(s1, MemOperand(x19, sizeof(src[0]), PostIndex)); in TEST() 65 __ Str(s1, MemOperand(x20, 2 * sizeof(dst[0]), PreIndex)); in TEST() [all …]
|
| D | test-assembler-aarch64.cc | 57 __ Mov(x29, sp); in TEST() 60 __ Mov(x0, 0x1000); in TEST() 61 __ Mov(sp, 0x1004); in TEST() 64 __ Add(x1, x0, 0x1f7de); in TEST() 65 __ Add(w2, w0, 0xffffff1); in TEST() 66 __ Adds(x3, x0, 0x18001); in TEST() 67 __ Adds(w4, w0, 0xffffff1); in TEST() 68 __ Sub(x5, x0, 0x1f7de); in TEST() 69 __ Sub(w6, w0, 0xffffff1); in TEST() 70 __ Subs(x7, x0, 0x18001); in TEST() [all …]
|
| D | test-assembler-neon-aarch64.cc | 56 __ Mov(x17, src_base); in TEST() 57 __ Mov(x18, dst_base); in TEST() 58 __ Mov(x19, src_base); in TEST() 59 __ Mov(x20, dst_base); in TEST() 60 __ Mov(x21, src_base); in TEST() 61 __ Mov(x22, dst_base); in TEST() 62 __ Ldr(b0, MemOperand(x17, sizeof(src[0]))); in TEST() 63 __ Str(b0, MemOperand(x18, sizeof(dst[0]), PostIndex)); in TEST() 64 __ Ldr(b1, MemOperand(x19, sizeof(src[0]), PostIndex)); in TEST() 65 __ Str(b1, MemOperand(x20, 2 * sizeof(dst[0]), PreIndex)); in TEST() [all …]
|
| D | test-simulator-sve2-aarch64.cc | 63 __ dci(0x441182b2); // uhadd z18.b, p0/m, z18.b, z21.b in TEST_SVE() 65 __ dci(0x441382f3); // uhsub z19.b, p0/m, z19.b, z23.b in TEST_SVE() 67 __ dci(0x449383fb); // uhsub z27.s, p0/m, z27.s, z31.s in TEST_SVE() 69 __ dci(0x441283fa); // shsub z26.b, p0/m, z26.b, z31.b in TEST_SVE() 71 __ dci(0x44928372); // shsub z18.s, p0/m, z18.s, z27.s in TEST_SVE() 73 __ dci(0x44d2827a); // shsub z26.d, p0/m, z26.d, z19.d in TEST_SVE() 75 __ dci(0x4492823b); // shsub z27.s, p0/m, z27.s, z17.s in TEST_SVE() 77 __ dci(0x44978239); // uhsubr z25.s, p0/m, z25.s, z17.s in TEST_SVE() 79 __ dci(0x4493827d); // uhsub z29.s, p0/m, z29.s, z19.s in TEST_SVE() 81 __ dci(0x449782f9); // uhsubr z25.s, p0/m, z25.s, z23.s in TEST_SVE() [all …]
|
| D | test-simulator-sve-aarch64.cc | 54 __ dci(0x45179979); // smmla z25.s, z11.b, z23.b in TEST_SVE() 56 __ dci(0x45179b51); // smmla z17.s, z26.b, z23.b in TEST_SVE() 58 __ dci(0x45d79b53); // ummla z19.s, z26.b, z23.b in TEST_SVE() 60 __ dci(0x45d69b17); // ummla z23.s, z24.b, z22.b in TEST_SVE() 62 __ dci(0x45c69b33); // ummla z19.s, z25.b, z6.b in TEST_SVE() 64 __ dci(0x45c49b1b); // ummla z27.s, z24.b, z4.b in TEST_SVE() 66 __ dci(0x45dc9b1a); // ummla z26.s, z24.b, z28.b in TEST_SVE() 68 __ dci(0x45d99b1b); // ummla z27.s, z24.b, z25.b in TEST_SVE() 70 __ dci(0x45d99b19); // ummla z25.s, z24.b, z25.b in TEST_SVE() 72 __ dci(0x45d99b1b); // ummla z27.s, z24.b, z25.b in TEST_SVE() [all …]
|
| /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/ |
| D | ControlFlow.cpp | 22 __ mov(IceType_i32, GPRRegister::Encoded_Reg_##Src0, Immediate(Value0)); \ in TEST_F() 23 __ mov(IceType_i32, GPRRegister::Encoded_Reg_##Src1, Immediate(Value1)); \ in TEST_F() 24 __ mov(IceType_i32, GPRRegister::Encoded_Reg_##Dest, Immediate(0xBEEF)); \ in TEST_F() 25 __ cmp(IceType_i32, GPRRegister::Encoded_Reg_##Src0, \ in TEST_F() 27 __ j(Cond::Br_##C, &ShouldBeTaken, NearJmp); \ in TEST_F() 28 __ mov(IceType_i32, GPRRegister::Encoded_Reg_##Dest, Immediate(0xC0FFEE)); \ in TEST_F() 29 __ bind(&ShouldBeTaken); \ in TEST_F() 75 __ call(Immediate(16)); in TEST_F() 76 __ hlt(); in TEST_F() 77 __ hlt(); in TEST_F() [all …]
|
| /external/vixl/test/aarch32/ |
| D | test-assembler-aarch32.cc | 93 #define __ masm. macro 112 __ Hlt(0); \ 113 __ FinalizeCode(); 129 __ Push(r4); \ 130 __ Push(r5); \ 131 __ Push(r6); \ 132 __ Push(r7); \ 133 __ Push(r8); \ 134 __ Push(r9); \ 135 __ Push(r10); \ [all …]
|
| /external/pytorch/docs/source/community/ |
| D | persons_of_interest.rst | 9 * Answer module or library questions on `discuss.pytorch.org <https://discuss.pytorch.org/>`__ 10 and `dev-discuss.pytorch.org <https://dev-discuss.pytorch.org/>`__ 17 * Soumith Chintala (`soumith <https://github.com/soumith>`__) 22 - Soumith Chintala (`soumith <https://github.com/soumith>`__) 23 - Edward Yang (`ezyang <https://github.com/ezyang>`__) 24 - Greg Chanan (`gchanan <https://github.com/gchanan>`__) 25 - Dmytro Dzhulgakov (`dzhulgakov <https://github.com/dzhulgakov>`__) 26 - Nikita Shulga (`malfet <https://github.com/malfet>`__) 27 - Alban Desmaison (`albanD <https://github.com/albanD>`__) 28 - Piotr Bialecki (`ptrblck <https://github.com/ptrblck>`__) [all …]
|
| /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/ |
| D | ControlFlow.cpp | 24 __ mov(IceType_i32, Encoded_GPR_##Src0(), Immediate(Value0)); \ in TEST_F() 25 __ mov(IceType_i32, Encoded_GPR_##Src1(), Immediate(Value1)); \ in TEST_F() 26 __ mov(IceType_i32, Encoded_GPR_##Dest(), Immediate(0xBEEF)); \ in TEST_F() 27 __ cmp(IceType_i32, Encoded_GPR_##Src0(), Encoded_GPR_##Src1()); \ in TEST_F() 28 __ j(Cond::Br_##C, &ShouldBeTaken, NearJmp); \ in TEST_F() 29 __ mov(IceType_i32, Encoded_GPR_##Dest(), Immediate(0xC0FFEE)); \ in TEST_F() 30 __ bind(&ShouldBeTaken); \ in TEST_F() 95 __ call(Immediate(16)); in TEST_F() 96 __ hlt(); in TEST_F() 97 __ hlt(); in TEST_F() [all …]
|
| /external/pigweed/docs/ |
| D | changelog.rst | 59 array alignment <https://pwrev.dev/260276>`__. 67 <https://pwrev.dev/264698>`__. 79 HCI RX/TX traffic. Commit: `Add snoop log <https://pwrev.dev/226611>`__. 93 acquire of gatt notify channels <https://pwrev.dev/264954>`__. Bugs: 106 Debugger <https://pwrev.dev/263812>`__. 119 constructor for Vector <https://pwrev.dev/263692>`__. 127 Vector::insert <https://pwrev.dev/252452>`__. Bug: :bug:`381942905`. 138 AES-CMAC algorithm. Commit: `Add Aes::Cmac <https://pwrev.dev/231913>`__. 150 parsing in C++ <https://pwrev.dev/256653>`__. 155 Commit: `Add support for domains in C++ <https://pwrev.dev/255173>`__. [all …]
|
| /external/cronet/stable/third_party/libc++/src/docs/Status/ |
| D | Cxx23Issues.csv | 2 "`LWG2839 <https://wg21.link/LWG2839>`__","Self-move-assignment of library types, again","2020-11 (… 3 "`LWG3117 <https://wg21.link/LWG3117>`__","Missing ``packaged_task`` deduction guides","2020-11 (Vi… 4 "`LWG3143 <https://wg21.link/LWG3143>`__","``monotonic_buffer_resource`` growth policy is unclear",… 5 "`LWG3195 <https://wg21.link/LWG3195>`__","What is the stored pointer value of an empty ``weak_ptr`… 6 "`LWG3211 <https://wg21.link/LWG3211>`__","``std::tuple<>`` should be trivially constructible","202… 7 "`LWG3236 <https://wg21.link/LWG3236>`__","Random access iterator requirements lack limiting relati… 8 …__","``move_iterator``'s conversions are more broken after P1207","2020-11 (Virtual)","|Nothing To… 9 "`LWG3435 <https://wg21.link/LWG3435>`__","``three_way_comparable_with<reverse_iterator<int*>, reve… 10 "`LWG3432 <https://wg21.link/LWG3432>`__","Missing requirement for ``comparison_category``","2020-1… 11 "`LWG3447 <https://wg21.link/LWG3447>`__","Deduction guides for ``take_view`` and ``drop_view`` hav… [all …]
|
| D | Cxx20Issues.csv | 2 …__","``allocate_shared``\ should use ``allocator_traits<A>::construct``\ ","2017-07 (Toronto)","|… 3 "`LWG2444 <https://wg21.link/LWG2444>`__","Inconsistent complexity for ``std::sort_heap``\ ","2017-… 4 "`LWG2593 <https://wg21.link/LWG2593>`__","Moved-from state of Allocators","2017-07 (Toronto)","|No… 5 "`LWG2597 <https://wg21.link/LWG2597>`__","``std::log``\ misspecified for complex numbers","2017-0… 6 "`LWG2783 <https://wg21.link/LWG2783>`__","``stack::emplace()``\ and ``queue::emplace()``\ should… 7 "`LWG2932 <https://wg21.link/LWG2932>`__","Constraints on parallel algorithm implementations are un… 8 "`LWG2937 <https://wg21.link/LWG2937>`__","Is ``equivalent(""existing_thing"", ""not_existing_thing… 9 "`LWG2940 <https://wg21.link/LWG2940>`__","``result_of``\ specification also needs a little cleanu… 10 "`LWG2942 <https://wg21.link/LWG2942>`__","LWG 2873's resolution missed ``weak_ptr::owner_before``\… 11 "`LWG2954 <https://wg21.link/LWG2954>`__","Specialization of the convenience variable templates sho… [all …]
|
| D | Cxx20Papers.csv | 2 "`P0463R1 <https://wg21.link/P0463R1>`__","Endian just Endian","2017-07 (Toronto)","|Complete|","7"… 3 "`P0674R1 <https://wg21.link/P0674R1>`__","Extending make_shared to Support Arrays","2017-07 (Toron… 5 "`P0020R6 <https://wg21.link/P0020R6>`__","Floating Point Atomic","2017-11 (Albuquerque)","|Complet… 6 "`P0053R7 <https://wg21.link/P0053R7>`__","C++ Synchronized Buffered Ostream","2017-11 (Albuquerque… 7 "`P0202R3 <https://wg21.link/P0202R3>`__","Add constexpr modifiers to functions in <algorithm> and … 8 "`P0415R1 <https://wg21.link/P0415R1>`__","Constexpr for ``std::complex``\ ","2017-11 (Albuquerque)… 9 "`P0439R0 <https://wg21.link/P0439R0>`__","Make ``std::memory_order``\ a scoped enumeration","2017… 10 "`P0457R2 <https://wg21.link/P0457R2>`__","String Prefix and Suffix Checking","2017-11 (Albuquerque… 11 "`P0550R2 <https://wg21.link/P0550R2>`__","Transformation Trait ``remove_cvref``\ ","2017-11 (Albuq… 12 "`P0600R1 <https://wg21.link/P0600R1>`__","nodiscard in the Library","2017-11 (Albuquerque)","|Comp… [all …]
|
| D | Cxx17Issues.csv | 2 "`LWG2016 <https://wg21.link/LWG2016>`__","Allocators must be no-throw swappable","2014-11 (Urbana)… 3 "`LWG2118 <https://wg21.link/LWG2118>`__","``unique_ptr``\ for array does not support cv qualifica… 4 "`LWG2170 <https://wg21.link/LWG2170>`__","Aggregates cannot be ``DefaultConstructible``\ ","2014-1… 5 "`LWG2340 <https://wg21.link/LWG2340>`__","Replacement allocation functions declared as inline","20… 6 "`LWG2354 <https://wg21.link/LWG2354>`__","Unnecessary copying when inserting into maps with braced… 7 "`LWG2377 <https://wg21.link/LWG2377>`__","``std::align``\ requirements overly strict","2014-11 (U… 8 "`LWG2396 <https://wg21.link/LWG2396>`__","``underlying_type``\ doesn't say what to do for an inco… 9 "`LWG2399 <https://wg21.link/LWG2399>`__","``shared_ptr``\ 's constructor from ``unique_ptr``\ sho… 10 "`LWG2400 <https://wg21.link/LWG2400>`__","``shared_ptr``\ 's ``get_deleter()``\ should use ``addr… 11 "`LWG2401 <https://wg21.link/LWG2401>`__","``std::function``\ needs more noexcept","2014-11 (Urban… [all …]
|
| D | Cxx23Papers.csv | 2 "`P0881R7 <https://wg21.link/P0881R7>`__","A Proposal to add stacktrace library","2020-11 (Virtual)… 3 "`P0943R6 <https://wg21.link/P0943R6>`__","Support C atomics in C++","2020-11 (Virtual)","|Complete… 4 "`P1048R1 <https://wg21.link/P1048R1>`__","A proposal for a type trait to detect scoped enumeration… 5 "`P1679R3 <https://wg21.link/P1679R3>`__","string contains function","2020-11 (Virtual)","|Complete… 7 "`P1682R3 <https://wg21.link/P1682R3>`__","std::to_underlying for enumerations","2021-02 (Virtual)"… 8 "`P2017R1 <https://wg21.link/P2017R1>`__","Conditionally borrowed ranges","2021-02 (Virtual)","|Com… 9 "`P2160R1 <https://wg21.link/P2160R1>`__","Locks lock lockables","2021-02 (Virtual)","|Nothing To D… 10 "`P2162R2 <https://wg21.link/P2162R2>`__","Inheriting from std::variant","2021-02 (Virtual)","|Comp… 11 "`P2212R2 <https://wg21.link/P2212R2>`__","Relax Requirements for time_point::clock","2021-02 (Virt… 12 "`P2259R1 <https://wg21.link/P2259R1>`__","Repairing input range adaptors and counted_iterator","20… [all …]
|
| D | Cxx2cPapers.csv | 2 "`P2497R0 <https://wg21.link/P2497R0>`__","Testing for success or failure of ``<charconv>`` functio… 3 "`P2592R3 <https://wg21.link/P2592R3>`__","Hashing support for ``std::chrono`` value classes","2023… 4 "`P2587R3 <https://wg21.link/P2587R3>`__","``to_string`` or not ``to_string``","2023-06 (Varna)",""… 5 "`P2562R1 <https://wg21.link/P2562R1>`__","``constexpr`` Stable Sorting","2023-06 (Varna)","","","" 6 "`P2545R4 <https://wg21.link/P2545R4>`__","Read-Copy Update (RCU)","2023-06 (Varna)","","","" 7 "`P2530R3 <https://wg21.link/P2530R3>`__","Hazard Pointers for C++26","2023-06 (Varna)","","","" 8 "`P2538R1 <https://wg21.link/P2538R1>`__","ADL-proof ``std::projected``","2023-06 (Varna)","|Comple… 9 "`P2495R3 <https://wg21.link/P2495R3>`__","Interfacing ``stringstream``\s with ``string_view``","20… 10 "`P2510R3 <https://wg21.link/P2510R3>`__","Formatting pointers","2023-06 (Varna)","|Complete|","17"… 11 "`P2198R7 <https://wg21.link/P2198R7>`__","Freestanding Feature-Test Macros and Implementation-Defi… [all …]
|
| /external/cronet/tot/third_party/libc++/src/docs/Status/ |
| D | Cxx23Issues.csv | 2 "`LWG2839 <https://wg21.link/LWG2839>`__","Self-move-assignment of library types, again","2020-11 (… 3 "`LWG3117 <https://wg21.link/LWG3117>`__","Missing ``packaged_task`` deduction guides","2020-11 (Vi… 4 "`LWG3143 <https://wg21.link/LWG3143>`__","``monotonic_buffer_resource`` growth policy is unclear",… 5 "`LWG3195 <https://wg21.link/LWG3195>`__","What is the stored pointer value of an empty ``weak_ptr`… 6 "`LWG3211 <https://wg21.link/LWG3211>`__","``std::tuple<>`` should be trivially constructible","202… 7 "`LWG3236 <https://wg21.link/LWG3236>`__","Random access iterator requirements lack limiting relati… 8 …__","``move_iterator``'s conversions are more broken after P1207","2020-11 (Virtual)","|Nothing To… 9 "`LWG3435 <https://wg21.link/LWG3435>`__","``three_way_comparable_with<reverse_iterator<int*>, reve… 10 "`LWG3432 <https://wg21.link/LWG3432>`__","Missing requirement for ``comparison_category``","2020-1… 11 "`LWG3447 <https://wg21.link/LWG3447>`__","Deduction guides for ``take_view`` and ``drop_view`` hav… [all …]
|
| D | Cxx20Issues.csv | 2 …__","``allocate_shared``\ should use ``allocator_traits<A>::construct``\ ","2017-07 (Toronto)","|… 3 "`LWG2444 <https://wg21.link/LWG2444>`__","Inconsistent complexity for ``std::sort_heap``\ ","2017-… 4 "`LWG2593 <https://wg21.link/LWG2593>`__","Moved-from state of Allocators","2017-07 (Toronto)","|No… 5 "`LWG2597 <https://wg21.link/LWG2597>`__","``std::log``\ misspecified for complex numbers","2017-0… 6 "`LWG2783 <https://wg21.link/LWG2783>`__","``stack::emplace()``\ and ``queue::emplace()``\ should… 7 "`LWG2932 <https://wg21.link/LWG2932>`__","Constraints on parallel algorithm implementations are un… 8 "`LWG2937 <https://wg21.link/LWG2937>`__","Is ``equivalent(""existing_thing"", ""not_existing_thing… 9 "`LWG2940 <https://wg21.link/LWG2940>`__","``result_of``\ specification also needs a little cleanu… 10 "`LWG2942 <https://wg21.link/LWG2942>`__","LWG 2873's resolution missed ``weak_ptr::owner_before``\… 11 "`LWG2954 <https://wg21.link/LWG2954>`__","Specialization of the convenience variable templates sho… [all …]
|
| D | Cxx20Papers.csv | 2 "`P0463R1 <https://wg21.link/P0463R1>`__","Endian just Endian","2017-07 (Toronto)","|Complete|","7"… 3 "`P0674R1 <https://wg21.link/P0674R1>`__","Extending make_shared to Support Arrays","2017-07 (Toron… 5 "`P0020R6 <https://wg21.link/P0020R6>`__","Floating Point Atomic","2017-11 (Albuquerque)","|Complet… 6 "`P0053R7 <https://wg21.link/P0053R7>`__","C++ Synchronized Buffered Ostream","2017-11 (Albuquerque… 7 "`P0202R3 <https://wg21.link/P0202R3>`__","Add constexpr modifiers to functions in <algorithm> and … 8 "`P0415R1 <https://wg21.link/P0415R1>`__","Constexpr for ``std::complex``\ ","2017-11 (Albuquerque)… 9 "`P0439R0 <https://wg21.link/P0439R0>`__","Make ``std::memory_order``\ a scoped enumeration","2017… 10 "`P0457R2 <https://wg21.link/P0457R2>`__","String Prefix and Suffix Checking","2017-11 (Albuquerque… 11 "`P0550R2 <https://wg21.link/P0550R2>`__","Transformation Trait ``remove_cvref``\ ","2017-11 (Albuq… 12 "`P0600R1 <https://wg21.link/P0600R1>`__","nodiscard in the Library","2017-11 (Albuquerque)","|Comp… [all …]
|
| D | Cxx17Issues.csv | 2 "`LWG2016 <https://wg21.link/LWG2016>`__","Allocators must be no-throw swappable","2014-11 (Urbana)… 3 "`LWG2118 <https://wg21.link/LWG2118>`__","``unique_ptr``\ for array does not support cv qualifica… 4 "`LWG2170 <https://wg21.link/LWG2170>`__","Aggregates cannot be ``DefaultConstructible``\ ","2014-1… 5 "`LWG2340 <https://wg21.link/LWG2340>`__","Replacement allocation functions declared as inline","20… 6 "`LWG2354 <https://wg21.link/LWG2354>`__","Unnecessary copying when inserting into maps with braced… 7 "`LWG2377 <https://wg21.link/LWG2377>`__","``std::align``\ requirements overly strict","2014-11 (U… 8 "`LWG2396 <https://wg21.link/LWG2396>`__","``underlying_type``\ doesn't say what to do for an inco… 9 "`LWG2399 <https://wg21.link/LWG2399>`__","``shared_ptr``\ 's constructor from ``unique_ptr``\ sho… 10 "`LWG2400 <https://wg21.link/LWG2400>`__","``shared_ptr``\ 's ``get_deleter()``\ should use ``addr… 11 "`LWG2401 <https://wg21.link/LWG2401>`__","``std::function``\ needs more noexcept","2014-11 (Urban… [all …]
|
| D | Cxx23Papers.csv | 2 "`P0881R7 <https://wg21.link/P0881R7>`__","A Proposal to add stacktrace library","2020-11 (Virtual)… 3 "`P0943R6 <https://wg21.link/P0943R6>`__","Support C atomics in C++","2020-11 (Virtual)","|Complete… 4 "`P1048R1 <https://wg21.link/P1048R1>`__","A proposal for a type trait to detect scoped enumeration… 5 "`P1679R3 <https://wg21.link/P1679R3>`__","string contains function","2020-11 (Virtual)","|Complete… 7 "`P1682R3 <https://wg21.link/P1682R3>`__","std::to_underlying for enumerations","2021-02 (Virtual)"… 8 "`P2017R1 <https://wg21.link/P2017R1>`__","Conditionally borrowed ranges","2021-02 (Virtual)","|Com… 9 "`P2160R1 <https://wg21.link/P2160R1>`__","Locks lock lockables","2021-02 (Virtual)","|Nothing To D… 10 "`P2162R2 <https://wg21.link/P2162R2>`__","Inheriting from std::variant","2021-02 (Virtual)","|Comp… 11 "`P2212R2 <https://wg21.link/P2212R2>`__","Relax Requirements for time_point::clock","2021-02 (Virt… 12 "`P2259R1 <https://wg21.link/P2259R1>`__","Repairing input range adaptors and counted_iterator","20… [all …]
|
| D | Cxx2cPapers.csv | 2 "`P2497R0 <https://wg21.link/P2497R0>`__","Testing for success or failure of ``<charconv>`` functio… 3 "`P2592R3 <https://wg21.link/P2592R3>`__","Hashing support for ``std::chrono`` value classes","2023… 4 "`P2587R3 <https://wg21.link/P2587R3>`__","``to_string`` or not ``to_string``","2023-06 (Varna)",""… 5 "`P2562R1 <https://wg21.link/P2562R1>`__","``constexpr`` Stable Sorting","2023-06 (Varna)","","","" 6 "`P2545R4 <https://wg21.link/P2545R4>`__","Read-Copy Update (RCU)","2023-06 (Varna)","","","" 7 "`P2530R3 <https://wg21.link/P2530R3>`__","Hazard Pointers for C++26","2023-06 (Varna)","","","" 8 "`P2538R1 <https://wg21.link/P2538R1>`__","ADL-proof ``std::projected``","2023-06 (Varna)","|Comple… 9 "`P2495R3 <https://wg21.link/P2495R3>`__","Interfacing ``stringstream``\s with ``string_view``","20… 10 "`P2510R3 <https://wg21.link/P2510R3>`__","Formatting pointers","2023-06 (Varna)","|Complete|","17"… 11 "`P2198R7 <https://wg21.link/P2198R7>`__","Freestanding Feature-Test Macros and Implementation-Defi… [all …]
|