Home
last modified time | relevance | path

Searched defs:ThrowsMove (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dmove.pass.cpp183 struct ThrowsMove { in main() struct
184 ThrowsMove() noexcept {} in main() argument
185 ThrowsMove(ThrowsMove const&) noexcept {} in main() argument
186 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument
187 ThrowsMove& operator=(ThrowsMove const&) noexcept { return *this; } in main()
188 ThrowsMove& operator=(ThrowsMove &&) noexcept { return *this; } in main()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dmove.pass.cpp178 struct ThrowsMove { in main() struct
179 ThrowsMove() noexcept {} in main() argument
180 ThrowsMove(ThrowsMove const&) noexcept {} in main() function
181 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() argument
182 ThrowsMove& operator=(ThrowsMove const&) noexcept { return *this; } in main()
183 ThrowsMove& operator=(ThrowsMove &&) noexcept { return *this; } in main()
/aosp_15_r20/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dmove.pass.cpp208 struct ThrowsMove { in main() struct
209 ThrowsMove() noexcept(false) {} in main() argument
210 ThrowsMove(ThrowsMove const&) noexcept(false) {} in main() function
211 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dmove.pass.cpp199 struct ThrowsMove { in main() struct
200 ThrowsMove() noexcept(false) {} in main() function
201 ThrowsMove(ThrowsMove const&) noexcept(false) {} in main() argument
202 ThrowsMove(ThrowsMove &&) noexcept(false) {} in main() function
/aosp_15_r20/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dmove.pass.cpp35 struct ThrowsMove { struct
36 ThrowsMove(ThrowsMove &&) noexcept(false) {} in ThrowsMove() argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dmove.pass.cpp25 struct ThrowsMove { struct
26 ThrowsMove(ThrowsMove &&) noexcept(false) {} in ThrowsMove() argument