Home
last modified time | relevance | path

Searched refs:ThrowingConstructor (Results 1 – 25 of 32) sorted by relevance

12

/dports/multimedia/libgav1/libgav1-0.17.0/src/utils/
H A Dmemory_test.cc51 struct ThrowingConstructor : public Allocable { struct
52 ThrowingConstructor() { throw std::exception(); } in ThrowingConstructor() argument
116 ThrowingConstructor* always = new (std::nothrow) ThrowingConstructor; in TEST()
125 ThrowingConstructor* always = new (std::nothrow) ThrowingConstructor[2]; in TEST()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/variant/
H A D87431.cc48 struct ThrowingConstructor { in test02() struct
49 ThrowingConstructor(std::initializer_list<int>, char) { throw 1; } in test02() argument
52 std::variant<float, char, ThrowingConstructor> v{'a'}; in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/variant/
H A D87431.cc48 struct ThrowingConstructor { in test02() struct
49 ThrowingConstructor(std::initializer_list<int>, char) { throw 1; } in test02() function
52 std::variant<float, char, ThrowingConstructor> v{'a'}; in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/variant/
H A D87431.cc49 struct ThrowingConstructor { in test02() struct
50 ThrowingConstructor(std::initializer_list<int>, char) { throw 1; } in test02() function
53 std::variant<float, char, ThrowingConstructor> v{'a'}; in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/variant/
H A D87431.cc48 struct ThrowingConstructor { in test02() struct
49 ThrowingConstructor(std::initializer_list<int>, char) { throw 1; } in test02() argument
52 std::variant<float, char, ThrowingConstructor> v{'a'}; in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/variant/
H A D87431.cc49 struct ThrowingConstructor { in test02() struct
50 ThrowingConstructor(std::initializer_list<int>, char) { throw 1; } in test02() argument
53 std::variant<float, char, ThrowingConstructor> v{'a'}; in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/variant/
H A D87431.cc49 struct ThrowingConstructor { in test02() struct
50 ThrowingConstructor(std::initializer_list<int>, char) { throw 1; } in test02() argument
53 std::variant<float, char, ThrowingConstructor> v{'a'}; in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/variant/
H A D87431.cc49 struct ThrowingConstructor { in test02() struct
50 ThrowingConstructor(std::initializer_list<int>, char) { throw 1; } in test02() argument
53 std::variant<float, char, ThrowingConstructor> v{'a'}; in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/variant/
H A D87431.cc49 struct ThrowingConstructor { in test02() struct
50 ThrowingConstructor(std::initializer_list<int>, char) { throw 1; } in test02() function
53 std::variant<float, char, ThrowingConstructor> v{'a'}; in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/variant/
H A D87431.cc48 struct ThrowingConstructor { in test02() struct
49 ThrowingConstructor(std::initializer_list<int>, char) { throw 1; } in test02() argument
52 std::variant<float, char, ThrowingConstructor> v{'a'}; in test02()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/20_util/variant/
H A D87431.cc49 struct ThrowingConstructor { in test02() struct
50 ThrowingConstructor(std::initializer_list<int>, char) { throw 1; } in test02() function
53 std::variant<float, char, ThrowingConstructor> v{'a'}; in test02()
/dports/devel/folly/folly-2021.12.27.00/folly/lang/test/
H A DUncaughtExceptionsTest.cpp135 struct ThrowingConstructor { struct
136 [[noreturn]] ThrowingConstructor() noexcept(false) { in ThrowingConstructor() argument
142 public ThrowingConstructor {
145 ThrowingConstructor() { in InheritsThrowingConstructor()
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DTryTest.cpp178 struct ThrowingConstructor { in TEST() struct
179 explicit ThrowingConstructor(bool shouldThrow) { in TEST() argument
188 Try<ThrowingConstructor> t; in TEST()
202 Try<ThrowingConstructor> t{in_place, false}; in TEST()
223 struct ThrowingConstructor { in TEST() struct
228 explicit ThrowingConstructor(bool shouldThrow) { in TEST() function
236 Try<ThrowingConstructor> t; in TEST()
243 Try<ThrowingConstructor> t; in TEST()
250 Try<ThrowingConstructor> t; in TEST()
303 struct ThrowingConstructor { in TEST() struct
[all …]
/dports/devel/onetbb/oneTBB-2021.4.0/test/conformance/
H A Dconformance_enumerable_thread_specific.cpp131 class ThrowingConstructor { class
136 ThrowingConstructor() : m_checktype(), m_throwing_field() { m_cnt = 0;} in ThrowingConstructor() function in ThrowingConstructor
138 bool operator==( const ThrowingConstructor& other ) const { return m_cnt == other.m_cnt; } in operator ==()
167 struct test_helper<ThrowingConstructor> {
168 static inline void init(ThrowingConstructor &sum) { sum.m_cnt = 0; } in init()
171 …static inline void sum(ThrowingConstructor &sum, const ThrowingConstructor &addend ) { sum.m_cnt +… in sum()
193 struct FunctorFinit<ThrowingConstructor,Value> {
197 ThrowingConstructor operator()() { ThrowingConstructor temp; temp.m_cnt = Value; return temp; } in operator ()()
231 struct FunctorAddCombineRef<ThrowingConstructor> {
232ThrowingConstructor operator()(const ThrowingConstructor& left, const ThrowingConstructor& right) … in operator ()()
[all …]
/dports/math/stanmath/math-4.2.0/lib/tbb_2020.3/src/test/
H A Dtest_enumerable_thread_specific.cpp119 class ThrowingConstructor { class
124 ThrowingConstructor() : m_checktype(), m_throwing_field() { m_cnt = 0;} in ThrowingConstructor() function in ThrowingConstructor
153 struct test_helper<ThrowingConstructor> {
154 static inline void init(ThrowingConstructor &sum) { sum.m_cnt = 0; } in init()
155 static inline void sum(ThrowingConstructor &sum, const int addend ) { sum.m_cnt += addend; } in sum()
157 …static inline void sum(ThrowingConstructor &sum, const ThrowingConstructor &addend ) { sum.m_cnt +… in sum()
179 struct FunctorFinit<ThrowingConstructor,Value> {
183 ThrowingConstructor operator()() { ThrowingConstructor temp; temp.m_cnt = Value; return temp; } in operator ()()
217 struct FunctorAddCombineRef<ThrowingConstructor> {
218ThrowingConstructor operator()(const ThrowingConstructor& left, const ThrowingConstructor& right) … in operator ()()
[all …]
/dports/devel/tbb/oneTBB-2020.3/src/test/
H A Dtest_enumerable_thread_specific.cpp119 class ThrowingConstructor { class
124 ThrowingConstructor() : m_checktype(), m_throwing_field() { m_cnt = 0;} in ThrowingConstructor() function in ThrowingConstructor
153 struct test_helper<ThrowingConstructor> {
154 static inline void init(ThrowingConstructor &sum) { sum.m_cnt = 0; } in init()
155 static inline void sum(ThrowingConstructor &sum, const int addend ) { sum.m_cnt += addend; } in sum()
157 …static inline void sum(ThrowingConstructor &sum, const ThrowingConstructor &addend ) { sum.m_cnt +… in sum()
179 struct FunctorFinit<ThrowingConstructor,Value> {
183 ThrowingConstructor operator()() { ThrowingConstructor temp; temp.m_cnt = Value; return temp; } in operator ()()
217 struct FunctorAddCombineRef<ThrowingConstructor> {
218ThrowingConstructor operator()(const ThrowingConstructor& left, const ThrowingConstructor& right) … in operator ()()
[all …]
/dports/devel/taskflow/taskflow-3.2.0/3rd-party/tbb/src/test/
H A Dtest_enumerable_thread_specific.cpp119 class ThrowingConstructor { class
124 ThrowingConstructor() : m_checktype(), m_throwing_field() { m_cnt = 0;} in ThrowingConstructor() function in ThrowingConstructor
153 struct test_helper<ThrowingConstructor> {
154 static inline void init(ThrowingConstructor &sum) { sum.m_cnt = 0; } in init()
155 static inline void sum(ThrowingConstructor &sum, const int addend ) { sum.m_cnt += addend; } in sum()
157 …static inline void sum(ThrowingConstructor &sum, const ThrowingConstructor &addend ) { sum.m_cnt +… in sum()
179 struct FunctorFinit<ThrowingConstructor,Value> {
183 ThrowingConstructor operator()() { ThrowingConstructor temp; temp.m_cnt = Value; return temp; } in operator ()()
217 struct FunctorAddCombineRef<ThrowingConstructor> {
218ThrowingConstructor operator()(const ThrowingConstructor& left, const ThrowingConstructor& right) … in operator ()()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/util/
H A Ddecorable_test.cpp139 TEST(DecorableTest, ThrowingConstructor) { in TEST() argument
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Darray-test.c++126 TEST(Array, ThrowingConstructor) { in TEST() argument
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Darray-test.c++126 TEST(Array, ThrowingConstructor) { in TEST() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DBindingUtils.cpp1195 ThrowingConstructor(JSContext* cx, unsigned argc, JS::Value* vp) in ThrowingConstructor() function
1965 ThrowingConstructor, /* call */
1967 ThrowingConstructor, /* construct */
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DBindingUtils.cpp1196 bool ThrowingConstructor(JSContext* cx, unsigned argc, JS::Value* vp) { in ThrowingConstructor() function
1911 ThrowingConstructor, /* call */
1913 ThrowingConstructor, /* construct */
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DBindingUtils.cpp1387 bool ThrowingConstructor(JSContext* cx, unsigned argc, JS::Value* vp) { in ThrowingConstructor() function
2103 ThrowingConstructor, /* call */
2105 ThrowingConstructor, /* construct */
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DBindingUtils.cpp1306 bool ThrowingConstructor(JSContext* cx, unsigned argc, JS::Value* vp) { in ThrowingConstructor() function
1995 ThrowingConstructor, /* call */
1997 ThrowingConstructor, /* construct */
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DBindingUtils.cpp1391 bool ThrowingConstructor(JSContext* cx, unsigned argc, JS::Value* vp) { in ThrowingConstructor() function
2107 ThrowingConstructor, /* call */
2109 ThrowingConstructor, /* construct */

12