Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/
H A Dnumber.hpp334BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The modulus opera… in operator %=()
341BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The modulus opera… in operator %=()
358BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The modulus opera… in operator %=()
405BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The left-shift op… in operator <<=()
414BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The right-shift o… in operator >>=()
453BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The bitwise & ope… in operator &=()
461BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The bitwise & ope… in operator &=()
480BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The bitwise & ope… in operator &=()
488BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The bitwise | ope… in operator |=()
496BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_integer, "The bitwise | ope… in operator |=()
[all …]
H A Dcpp_int.hpp397BOOST_STATIC_ASSERT_MSG(((sizeof(Allocator) == 0) && !is_void<Allocator>::value), "There is curent…
412BOOST_STATIC_ASSERT_MSG(MinBits > sizeof(double_limb_type) * CHAR_BIT, "Template parameter MinBits…
421BOOST_STATIC_ASSERT_MSG(internal_limb_count >= 2, "A fixed precision integer type must have at lea…
564BOOST_STATIC_ASSERT_MSG(MinBits > sizeof(double_limb_type) * CHAR_BIT, "Template parameter MinBits…
573BOOST_STATIC_ASSERT_MSG(internal_limb_count >= 2, "A fixed precision integer type must have at lea…
741BOOST_STATIC_ASSERT_MSG(MinBits <= sizeof(double_limb_type) * CHAR_BIT, "Template parameter MinBit…
884BOOST_STATIC_ASSERT_MSG(MinBits <= sizeof(double_limb_type) * CHAR_BIT, "Template parameter MinBit…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dget.hpp204 BOOST_STATIC_ASSERT_MSG( in strict_get()
221 BOOST_STATIC_ASSERT_MSG( in strict_get()
238 BOOST_STATIC_ASSERT_MSG( in strict_get()
255 BOOST_STATIC_ASSERT_MSG( in strict_get()
273 BOOST_STATIC_ASSERT_MSG( in strict_get()
278 BOOST_STATIC_ASSERT_MSG( in strict_get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_lexical.hpp202 BOOST_STATIC_ASSERT_MSG((result_t::value),
210BOOST_STATIC_ASSERT_MSG((result_t::value || boost::has_left_shift< std::basic_ostream< type >, T >…
235 BOOST_STATIC_ASSERT_MSG((result_t::value),
243BOOST_STATIC_ASSERT_MSG((result_t::value || boost::has_right_shift<std::basic_istream<wchar_t>, T …
414 BOOST_STATIC_ASSERT_MSG(( !boost::is_same<char16_t, src_char_t>::value
419 BOOST_STATIC_ASSERT_MSG(( !boost::is_same<char32_t, src_char_t>::value
H A Dconverter_lexical_streams.hpp188 BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)) , in shl_char()
211 BOOST_STATIC_ASSERT_MSG(( sizeof(T) <= sizeof(CharT)), in shl_char_array()
462 BOOST_STATIC_ASSERT_MSG( in operator <<()
488 BOOST_STATIC_ASSERT_MSG( in operator <<()
566 BOOST_STATIC_ASSERT_MSG( in shr_using_base_class()
572 BOOST_STATIC_ASSERT_MSG((boost::is_same<char, CharT>::value), in shr_using_base_class()
612 BOOST_STATIC_ASSERT_MSG(( sizeof(CharT) == sizeof(T) ), in shr_xchar()
698 BOOST_STATIC_ASSERT_MSG( in operator >>()
H A Dlcast_unsigned_converters.hpp178 BOOST_STATIC_ASSERT_MSG(std::numeric_limits<T>::is_specialized, in lcast_ret_unsigned()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dstatic_assert.hpp31 # define BOOST_STATIC_ASSERT_MSG( ... ) static_assert(__VA_ARGS__) macro
33 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) static_assert( B, Msg ) macro
36 # define BOOST_STATIC_ASSERT_MSG( B, Msg ) BOOST_STATIC_ASSERT( B ) macro
H A Darray.hpp424 BOOST_STATIC_ASSERT_MSG ( Idx < N, "boost::get<>(boost::array &) index out of range" ); in get()
430 BOOST_STATIC_ASSERT_MSG ( Idx < N, "boost::get<>(const boost::array &) index out of range" ); in get()
441 BOOST_STATIC_ASSERT_MSG ( Idx < N, "std::get<>(boost::array &) index out of range" ); in get()
447 BOOST_STATIC_ASSERT_MSG ( Idx < N, "std::get<>(const boost::array &) index out of range" ); in get()
H A Dinteger.hpp117 BOOST_STATIC_ASSERT_MSG(Bits <= (int)(sizeof(boost::intmax_t) * CHAR_BIT),
138 BOOST_STATIC_ASSERT_MSG(Bits <= (int)(sizeof(boost::uintmax_t) * CHAR_BIT),
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/
H A Dmake_signed.hpp31BOOST_STATIC_ASSERT_MSG(( ::boost::is_integral<T>::value || ::boost::is_enum<T>::value), "The temp…
32BOOST_STATIC_ASSERT_MSG(!(::boost::is_same<typename remove_cv<T>::type, bool>::value), "The templa…
H A Dmake_unsigned.hpp31BOOST_STATIC_ASSERT_MSG((::boost::is_integral<T>::value || ::boost::is_enum<T>::value), "The templ…
32BOOST_STATIC_ASSERT_MSG((! ::boost::is_same<typename remove_cv<T>::type, bool>::value), "The templ…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/functions/
H A Dtrig.hpp76BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The sin function… in eval_sin()
232BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The cos function… in eval_cos()
356BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The tan function… in eval_tan()
434BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The asin functio… in eval_asin()
559BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The acos functio… in eval_acos()
613BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The atan functio… in eval_atan()
711BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The atan2 functi… in eval_atan2()
H A Dpow.hpp192BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The exp function… in eval_exp()
339BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The log function… in eval_log()
447BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The log10 functi… in eval_log10()
462BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The pow function… in eval_pow()
742BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The log function… in eval_exp2()
864BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The sinh functio… in eval_sinh()
871BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The cosh functio… in eval_cosh()
878BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The tanh functio… in eval_tanh()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/detail/
H A Doptional_reference_spec.hpp32 BOOST_STATIC_ASSERT_MSG(boost::is_lvalue_reference<From>::value, in prevent_binding_rvalue()
40 BOOST_STATIC_ASSERT_MSG(boost::is_lvalue_reference<T>::value, in forward_reference()
71 BOOST_STATIC_ASSERT_MSG(!is_const_integral<From>::value, in prevent_assignment_from_false_const_integral()
H A Dold_optional_implementation.hpp69 BOOST_STATIC_ASSERT_MSG( in prevent_binding_rvalue_ref_to_optional_lvalue_ref()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/
H A Dcompile_time_type_info.hpp81 BOOST_STATIC_ASSERT_MSG( in assert_compile_time_legths()
91 BOOST_STATIC_ASSERT_MSG( in failed_to_get_function_name()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/
H A Dassert_msg.hpp27 BOOST_STATIC_ASSERT_MSG(Cond, # Msg)
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp111BOOST_STATIC_ASSERT_MSG(l1 == '0', "Multi-precision integer literals must be in hexadecimal notati…
112BOOST_STATIC_ASSERT_MSG((l2 == 'X') || (l2 == 'x'), "Multi-precision integer literals must be in h…
H A Dbitwise.hpp287BOOST_STATIC_ASSERT_MSG(((Checked1 != checked) || (Checked2 != checked)), "Attempt to take the com… in eval_complement()
653BOOST_STATIC_ASSERT_MSG(((Checked1 != checked) || (Checked2 != checked)), "Attempt to take the com… in eval_complement()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/math/tools/
H A Dpromotion.hpp148BOOST_STATIC_ASSERT_MSG((0 == ::boost::is_same<type, long double>::value), "Sorry, but this platfo…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/
H A Dtry_lexical_convert.hpp202 BOOST_STATIC_ASSERT_MSG( in try_lexical_convert()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Ddefault_ops.hpp960BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The fabs functio… in eval_fabs()
971BOOST_STATIC_ASSERT_MSG(number_category<Backend>::value == number_kind_floating_point, "The fpclas… in eval_fpclassify()
978BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The fmod functio… in eval_fmod()
1040BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The remquo funct… in eval_remquo()
1183BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The trunc functi… in eval_trunc()
1235BOOST_STATIC_ASSERT_MSG(number_category<T>::value == number_kind_floating_point, "The round functi… in eval_round()
1476BOOST_STATIC_ASSERT_MSG(!std::numeric_limits<number<B> >::is_specialized || (std::numeric_limits<n… in eval_ilogb()
1525BOOST_STATIC_ASSERT_MSG(!std::numeric_limits<number<B> >::is_specialized || (std::numeric_limits<n… in eval_scalbn()
2014BOOST_STATIC_ASSERT_MSG((is_convertible<B2, B1>::value), "No conversion to the target of a mixed p… in add()
2015BOOST_STATIC_ASSERT_MSG((is_convertible<B3, B1>::value), "No conversion to the target of a mixed p… in add()
[all …]
H A Dno_et_ops.hpp25BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -()
308BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -()
H A Det_ops.hpp30BOOST_STATIC_ASSERT_MSG(is_signed_number<B>::value, "Negating an unsigned type results in ill-defi… in operator -()
36BOOST_STATIC_ASSERT_MSG((is_signed_number<typename detail::expression<tag, Arg1, Arg2, Arg3, Arg4>… in operator -()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/optional/
H A Doptional.hpp1267 BOOST_STATIC_ASSERT_MSG(sizeof(T) == 0, "Optional rvalue references are illegal.");
1376BOOST_STATIC_ASSERT_MSG(sizeof(CharType) == 0, "If you want to output boost::optional, include hea… in operator <<()