Home
last modified time | relevance | path

Searched defs:udt (Results 1 – 25 of 281) sorted by relevance

12345678910>>...12

/dports/devel/boost-docs/boost_1_72_0/libs/outcome/test/tests/
H A Dudts.cpp43 struct udt struct
46 explicit udt(int _a) in udt() argument
63 struct udt struct
66 explicit udt(std::string _a) in udt() function
71 udt(const udt & /*unused*/) { throw std::logic_error("copy"); } in udt() argument
72 udt(udt && /*unused*/) noexcept(false) { throw std::logic_error("move"); } // NOLINT in udt() argument
73 udt &operator=(const udt & /*unused*/) { throw std::logic_error("copy"); } in operator =() argument
74udt &operator=(udt && /*unused*/) noexcept(false) { throw std::logic_error("move"); } // NOLINT in operator =() argument
75 ~udt() { a.clear(); } in ~udt() argument
H A Dissue0016.cpp37 struct udt struct
40 udt() = delete; argument
41 constexpr explicit udt(const char *v) noexcept : _v(v) {} in udt() argument
42 constexpr udt(udt &&o) noexcept : _v(o._v) { o._v = nullptr; } in udt() function
44 constexpr udt &operator=(udt &&o) noexcept in operator =() argument
54 result<udt> n(boost::system::error_code(ENOMEM, boost::system::generic_category())); argument
H A Dissue0012.cpp38 struct udt // NOLINT struct
41 udt() = default; argument
42 constexpr explicit udt(const char *v) noexcept : _v(v) {} in udt() argument
43 constexpr udt(udt &&o) noexcept : _v(o._v) { o._v = nullptr; } in udt() argument
45 constexpr udt &operator=(udt &&o) noexcept in operator =() argument
54 …static_assert(std::is_move_constructible<outcome<udt>>::value, "expected<udt> is not move construc… argument
H A Ddefault-construction.cpp37 struct udt struct
40 udt() = default; argument
41 constexpr explicit udt(int v) noexcept : _v(v) {} in udt() function
50 outcome<udt> a(success()); argument
/dports/devel/hyperscan/boost_1_75_0/libs/outcome/test/tests/
H A Dudts.cpp43 struct udt struct
46 explicit udt(int _a) in udt() argument
63 struct udt struct
66 explicit udt(std::string _a) in udt() argument
71 udt(const udt & /*unused*/) { throw std::logic_error("copy"); } in udt() function
72 udt(udt && /*unused*/) noexcept(false) { throw std::logic_error("move"); } // NOLINT in udt() argument
73 udt &operator=(const udt & /*unused*/) { throw std::logic_error("copy"); } in operator =() argument
74udt &operator=(udt && /*unused*/) noexcept(false) { throw std::logic_error("move"); } // NOLINT in operator =() argument
75 ~udt() { a.clear(); } in ~udt() argument
H A Dissue0016.cpp37 struct udt struct
40 udt() = delete; argument
41 constexpr explicit udt(const char *v) noexcept : _v(v) {} in udt() function
42 constexpr udt(udt &&o) noexcept : _v(o._v) { o._v = nullptr; } in udt() argument
44 constexpr udt &operator=(udt &&o) noexcept in operator =() argument
54 result<udt> n(boost::system::error_code(ENOMEM, boost::system::generic_category())); argument
H A Dissue0012.cpp38 struct udt // NOLINT struct
41 udt() = default; argument
42 constexpr explicit udt(const char *v) noexcept : _v(v) {} in udt() function
43 constexpr udt(udt &&o) noexcept : _v(o._v) { o._v = nullptr; } in udt() argument
45 constexpr udt &operator=(udt &&o) noexcept in operator =() argument
54 …static_assert(std::is_move_constructible<outcome<udt>>::value, "expected<udt> is not move construc… argument
H A Ddefault-construction.cpp37 struct udt struct
40 udt() = default; argument
41 constexpr explicit udt(int v) noexcept : _v(v) {} in udt() function
50 outcome<udt> a(success()); argument
/dports/devel/boost-python-libs/boost_1_72_0/libs/outcome/test/tests/
H A Dudts.cpp43 struct udt struct
46 explicit udt(int _a) in udt() argument
63 struct udt struct
66 explicit udt(std::string _a) in udt() argument
71 udt(const udt & /*unused*/) { throw std::logic_error("copy"); } in udt() argument
72 udt(udt && /*unused*/) noexcept(false) { throw std::logic_error("move"); } // NOLINT in udt() argument
73 udt &operator=(const udt & /*unused*/) { throw std::logic_error("copy"); } in operator =() argument
74udt &operator=(udt && /*unused*/) noexcept(false) { throw std::logic_error("move"); } // NOLINT in operator =() argument
75 ~udt() { a.clear(); } in ~udt() argument
H A Dissue0016.cpp37 struct udt struct
40 udt() = delete; argument
41 constexpr explicit udt(const char *v) noexcept : _v(v) {} in udt() argument
42 constexpr udt(udt &&o) noexcept : _v(o._v) { o._v = nullptr; } in udt() function
44 constexpr udt &operator=(udt &&o) noexcept in operator =() argument
54 result<udt> n(boost::system::error_code(ENOMEM, boost::system::generic_category())); argument
H A Dissue0012.cpp38 struct udt // NOLINT struct
41 udt() = default; argument
42 constexpr explicit udt(const char *v) noexcept : _v(v) {} in udt() function
43 constexpr udt(udt &&o) noexcept : _v(o._v) { o._v = nullptr; } in udt() function
45 constexpr udt &operator=(udt &&o) noexcept in operator =() argument
54 …static_assert(std::is_move_constructible<outcome<udt>>::value, "expected<udt> is not move construc… argument
H A Ddefault-construction.cpp37 struct udt struct
40 udt() = default; argument
41 constexpr explicit udt(int v) noexcept : _v(v) {} in udt() function
50 outcome<udt> a(success()); argument
/dports/devel/boost-libs/boost_1_72_0/libs/outcome/test/tests/
H A Dudts.cpp43 struct udt struct
46 explicit udt(int _a) in udt() argument
63 struct udt struct
66 explicit udt(std::string _a) in udt() argument
71 udt(const udt & /*unused*/) { throw std::logic_error("copy"); } in udt() argument
72 udt(udt && /*unused*/) noexcept(false) { throw std::logic_error("move"); } // NOLINT in udt() function
73 udt &operator=(const udt & /*unused*/) { throw std::logic_error("copy"); } in operator =() argument
74udt &operator=(udt && /*unused*/) noexcept(false) { throw std::logic_error("move"); } // NOLINT in operator =() argument
75 ~udt() { a.clear(); } in ~udt() argument
H A Dissue0016.cpp37 struct udt struct
40 udt() = delete; argument
41 constexpr explicit udt(const char *v) noexcept : _v(v) {} in udt() argument
42 constexpr udt(udt &&o) noexcept : _v(o._v) { o._v = nullptr; } in udt() argument
44 constexpr udt &operator=(udt &&o) noexcept in operator =() argument
54 result<udt> n(boost::system::error_code(ENOMEM, boost::system::generic_category())); argument
H A Dissue0012.cpp38 struct udt // NOLINT struct
41 udt() = default; argument
42 constexpr explicit udt(const char *v) noexcept : _v(v) {} in udt() function
43 constexpr udt(udt &&o) noexcept : _v(o._v) { o._v = nullptr; } in udt() function
45 constexpr udt &operator=(udt &&o) noexcept in operator =() argument
54 …static_assert(std::is_move_constructible<outcome<udt>>::value, "expected<udt> is not move construc… argument
H A Ddefault-construction.cpp37 struct udt struct
40 udt() = default; argument
41 constexpr explicit udt(int v) noexcept : _v(v) {} in udt() argument
50 outcome<udt> a(success()); argument
/dports/devel/boost-docs/boost_1_72_0/libs/outcome/doc/src/snippets/
H A Dvoid_terminate.cpp38 struct udt in main() struct
40 int a{0}; in main()
41 explicit udt(int _a) in main() function
46 int operator*() const { return a; } in main()
H A Dexception_ptr.cpp38 struct udt in main() struct
40 int a{0}; in main()
41 explicit udt(int _a) in main() argument
46 int operator*() const { return a; } in main()
/dports/devel/boost-python-libs/boost_1_72_0/libs/outcome/doc/src/snippets/
H A Dvoid_terminate.cpp38 struct udt in main() struct
40 int a{0}; in main()
41 explicit udt(int _a) in main() function
46 int operator*() const { return a; } in main()
H A Dexception_ptr.cpp38 struct udt in main() struct
40 int a{0}; in main()
41 explicit udt(int _a) in main() function
46 int operator*() const { return a; } in main()
/dports/devel/boost-libs/boost_1_72_0/libs/outcome/doc/src/snippets/
H A Dvoid_terminate.cpp38 struct udt in main() struct
40 int a{0}; in main()
41 explicit udt(int _a) in main() argument
46 int operator*() const { return a; } in main()
H A Dexception_ptr.cpp38 struct udt in main() struct
40 int a{0}; in main()
41 explicit udt(int _a) in main() argument
46 int operator*() const { return a; } in main()
/dports/devel/hyperscan/boost_1_75_0/libs/outcome/doc/src/snippets/
H A Dvoid_terminate.cpp38 struct udt in main() struct
40 int a{0}; in main()
41 explicit udt(int _a) in main() function
46 int operator*() const { return a; } in main()
H A Dexception_ptr.cpp38 struct udt in main() struct
40 int a{0}; in main()
41 explicit udt(int _a) in main() function
46 int operator*() const { return a; } in main()
/dports/devel/py-numba/numba-0.51.2/numba/roc/tests/hsapy/
H A Dtest_simple.py13 def udt(output): function
25 def udt(output): function
38 def udt(output): function
50 def udt(output): function
65 def udt(output): function
84 def udt(output): function
104 def udt(output): function
125 def udt(): function
132 def udt(): function

12345678910>>...12