Home
last modified time | relevance | path

Searched refs:invalid_type (Results 1 – 25 of 26) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutexattr_settype/
D7-1.c33 int invalid_type = -1; in main() local
41 while (invalid_type == PTHREAD_MUTEX_NORMAL || in main()
42 invalid_type == PTHREAD_MUTEX_ERRORCHECK || in main()
43 invalid_type == PTHREAD_MUTEX_RECURSIVE || in main()
44 invalid_type == PTHREAD_MUTEX_DEFAULT) { in main()
45 invalid_type--; in main()
48 ret = pthread_mutexattr_settype(&mta, invalid_type); in main()
/third_party/boost/libs/log/src/
Dexceptions.cpp176 invalid_type::invalid_type() : in invalid_type() function in boost::invalid_type
181 invalid_type::invalid_type(std::string const& descr) : in invalid_type() function in boost::invalid_type
186 invalid_type::~invalid_type() throw() in ~invalid_type()
190 void invalid_type::throw_(const char* file, std::size_t line) in throw_()
192 boost::throw_exception(boost::enable_error_info(invalid_type()) in throw_()
198 void invalid_type::throw_(const char* file, std::size_t line, const char* descr) in throw_()
200 boost::throw_exception(boost::enable_error_info(invalid_type(descr)) in throw_()
206 void invalid_type::throw_(const char* file, std::size_t line, std::string const& descr) in throw_()
208 boost::throw_exception(boost::enable_error_info(invalid_type(descr)) in throw_()
214 void invalid_type::throw_(const char* file, std::size_t line, const char* descr, attribute_name con… in throw_()
[all …]
/third_party/boost/boost/callable_traits/detail/
Dutility.hpp23 struct invalid_type { invalid_type() = delete; }; struct
28 std::is_reference<T>::value, reference_error, invalid_type>::type;
56 fail_when_same<U, invalid_type, ErrorType>,
64 std::is_same<U, invalid_type>::value || is_reference_error,
70 std::is_same<T, invalid_type>::value, Fallback, T>::type;
Dparameter_index_helper.hpp19 !std::is_same<args_tuple, invalid_type>::value
/third_party/boost/boost/spirit/home/support/utree/
Doperators.hpp42 std::ostream& operator<<(std::ostream& out, utree::invalid_type const& x);
108 bool operator()(utree::invalid_type, utree::invalid_type) const in operator ()()
164 bool operator()(utree::invalid_type, utree::invalid_type) const in operator ()()
168 utree_type::invalid_type)); in operator ()()
205 void operator()(utree::invalid_type) const in operator ()()
513 inline std::ostream& operator<<(std::ostream& out, utree::invalid_type const&) in operator <<()
573 if (r.which() == utree_type::invalid_type) in operator +()
585 if (r.which() == utree_type::invalid_type) in operator -()
597 if (r.which() == utree_type::invalid_type) in operator *()
609 if (r.which() == utree_type::invalid_type) in operator /()
[all …]
Dutree.hpp69 invalid_type, // the utree has not been initialized (it's enumerator
103 case utree_type::invalid_type: { out << "invalid"; break; } in operator <<()
332 struct invalid_type {}; struct in boost::spirit::utree
376 utree(invalid_type = invalid_type());
627 utree::invalid_type const invalid = {};
Dutree_traits.hpp65 return traits::which(ut) == utree_type::invalid_type; in is_uninitialized()
530 case utree_type::invalid_type: in call()
856 struct compute_compatible_component_variant<utree, utree::invalid_type>
859 typedef utree::invalid_type compatible_type;
863 return d == utree_type::invalid_type; in is_compatible()
1001 return d >= utree_type::invalid_type && in is_compatible()
1015 return d >= utree_type::invalid_type && in is_compatible()
/third_party/mbedtls/tests/suites/
Dtest_suite_shax.function28 int invalid_type = 42;
31 mbedtls_sha256_starts( &ctx, invalid_type ) );
35 buf, invalid_type ) );
77 int invalid_type = 42;
80 mbedtls_sha512_starts( &ctx, invalid_type ) );
84 buf, invalid_type ) );
/third_party/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl07.c28 static unsigned int invalid_type = XFS_GROUP_QUOTA << 1 | XFS_USER_QUOTA; variable
46 (void *)&invalid_type), EINVAL, "do_quotactl(Q_XQUOTARM, invalid_type)"); in verify_quota()
/third_party/boost/boost/log/
Dexceptions.hpp178 class BOOST_LOG_API invalid_type : class
185 invalid_type();
189 explicit invalid_type(std::string const& descr);
193 ~invalid_type() throw() BOOST_OVERRIDE;
/third_party/boost/libs/log/doc/tmp/
Dtop_level_reference.qbk26 [template class_log_invalid_type[][classref boost::log::invalid_type invalid_type]]
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpgsmpay.c113 goto invalid_type; in gst_rtp_gsm_pay_setcaps()
122 invalid_type: in gst_rtp_gsm_pay_setcaps()
/third_party/boost/boost/log/attributes/
Dfallback_policy.hpp104 BOOST_LOG_THROW_DESCR_PARAMS(invalid_type, "Attribute value has incompatible type", (t)); in on_invalid_type()
/third_party/boost/boost/callable_traits/
Dapply_member_pointer.hpp32 using type = invalid_type;
/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail2.hpp463 case type::invalid_type: in apply()
527 case type::invalid_type: in apply()
697 inline utree::utree(utree::invalid_type) in utree() argument
700 set_type(type::invalid_type); in utree()
1100 set_type(type::invalid_type); in clear()
1251 return t == type::nil_type || t == type::invalid_type; in empty()
1418 if (t == type::invalid_type) in ensure_list_type()
1461 case type::invalid_type: in copy()
/third_party/boost/libs/spirit/test/qi/
Dutree3.cpp101 BOOST_TEST(ut.which() == utree_type::invalid_type); in main()
157 BOOST_TEST(ut.which() == utree_type::invalid_type); in main()
/third_party/boost/boost/msm/front/euml/
Dstate_grammar.hpp56 BOOST_MPL_ASSERT_NOT(( boost::is_same<EntryFunctor,invalid_type> ));
57 BOOST_MPL_ASSERT_NOT(( boost::is_same<ExitFunctor,invalid_type> ));
92 BOOST_MPL_ASSERT_NOT(( boost::is_same<EntryFunctor,invalid_type> ));
93 BOOST_MPL_ASSERT_NOT(( boost::is_same<ExitFunctor,invalid_type> ));
134 BOOST_MPL_ASSERT_NOT(( boost::is_same<EntryFunctor,invalid_type> ));
135 BOOST_MPL_ASSERT_NOT(( boost::is_same<ExitFunctor,invalid_type> ));
170 BOOST_MPL_ASSERT_NOT(( boost::is_same<EntryFunctor,invalid_type> ));
171 BOOST_MPL_ASSERT_NOT(( boost::is_same<ExitFunctor,invalid_type> ));
865 BOOST_MPL_ASSERT_NOT(( boost::is_same<EntryFunctor,invalid_type> ));
866 BOOST_MPL_ASSERT_NOT(( boost::is_same<ExitFunctor,invalid_type> ));
[all …]
/third_party/selinux/libsepol/tests/policies/test-linker/
Dsmall-base.conf500 type invalid_type;
512 allow g_b_type_1 invalid_type : sem { create destroy };
/third_party/selinux/libsepol/tests/policies/test-hooks/
Dsmall-base.conf431 type invalid_type;
Dcmp_policy.conf431 type invalid_type;
/third_party/mindspore/mindspore/nn/probability/distribution/_utils/
Dutils.py51 invalid_type = type(t)
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cDirectStateAccessBuffersTests.cpp2784 glw::GLenum invalid_type = 0; in TestErrorsOfClearNamedBufferData() local
2787 std::find(&valid_types[0], &valid_types[valid_types_last], (++invalid_type))) in TestErrorsOfClearNamedBufferData()
2791 m_pClearNamedBufferData(buffer, GL_R8, GL_RED, invalid_type, &dummy_data); in TestErrorsOfClearNamedBufferData()
3068 glw::GLenum invalid_type = 0; in TestErrorsOfClearNamedBufferSubData() local
3071 std::find(&valid_types[0], &valid_types[valid_types_last], (++invalid_type))) in TestErrorsOfClearNamedBufferSubData()
3075 …m_pClearNamedBufferSubData(buffer, GL_R8, 0, sizeof(dummy_data), GL_RGBA, invalid_type, &dummy_dat… in TestErrorsOfClearNamedBufferSubData()
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver_validation.cc2221 std::string invalid_type = TypeNameOf(type); in ValidateLocationDecoration() local
2223 invalid_type + "'", in ValidateLocationDecoration()
/third_party/boost/libs/log/doc/html/
Dlog_HTML.manifest41 boost/log/invalid_type.html
/third_party/boost/libs/log/doc/
Dchangelog.qbk168 …* `invalid_type` exceptions thrown by the library now have `typeindex::type_index` attached as the…
169 …r`. This is the error info that can be used to obtain the type info from `invalid_type` exceptions.

12