Home
last modified time | relevance | path

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

12

/dports/math/mppp/mppp-0.26/include/mp++/detail/
H A Dtype_traits.hpp168 struct make_unsigned_impl { struct
185 struct make_unsigned_impl<wchar_t> { struct
186 using type = typename make_unsigned_impl<__WCHAR_TYPE__>::type; argument
197 struct make_unsigned_impl<T, enable_if_t<disjunction<std::is_same<remove_cv_t<T>, __uint128_t>, struct
206 using make_unsigned_t = typename make_unsigned_impl<T>::type;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; argument
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; argument
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; argument
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; argument
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; struct
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; struct
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; argument
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; struct
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; struct
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; argument
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; argument
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; struct
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; argument
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; struct
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; struct
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaCXX/
H A Dunderlying_type.cpp71 struct make_unsigned_impl { using type = underlying_type_t<T>; }; struct
72 using AnotherType = make_unsigned_impl<E>::type;
/dports/devel/boost-docs/boost_1_72_0/boost/move/detail/
H A Dtype_traits.hpp410 struct make_unsigned_impl { typedef T type; }; struct
411 template <> struct make_unsigned_impl<signed char> { typedef unsigned char type; }; argument
412 template <> struct make_unsigned_impl<signed short> { typedef unsigned short type; }; argument
413 template <> struct make_unsigned_impl<signed int> { typedef unsigned int type; }; argument
414 template <> struct make_unsigned_impl<signed long> { typedef unsigned long type; }; argument
416 template <> struct make_unsigned_impl< ::boost::long_long_type > { typedef ::boost::ulong_long_ty… argument
421 : make_unsigned_impl<typename remove_cv<T>::type>
/dports/devel/boost-python-libs/boost_1_72_0/boost/move/detail/
H A Dtype_traits.hpp410 struct make_unsigned_impl { typedef T type; }; argument
411 template <> struct make_unsigned_impl<signed char> { typedef unsigned char type; }; struct
412 template <> struct make_unsigned_impl<signed short> { typedef unsigned short type; }; argument
413 template <> struct make_unsigned_impl<signed int> { typedef unsigned int type; }; argument
414 template <> struct make_unsigned_impl<signed long> { typedef unsigned long type; }; struct
416 template <> struct make_unsigned_impl< ::boost::long_long_type > { typedef ::boost::ulong_long_ty… struct
421 : make_unsigned_impl<typename remove_cv<T>::type>
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/move/detail/
H A Dtype_traits.hpp412 struct make_unsigned_impl { typedef T type; }; struct
413 template <> struct make_unsigned_impl<signed char> { typedef unsigned char type; }; argument
414 template <> struct make_unsigned_impl<signed short> { typedef unsigned short type; }; struct
415 template <> struct make_unsigned_impl<signed int> { typedef unsigned int type; }; argument
416 template <> struct make_unsigned_impl<signed long> { typedef unsigned long type; }; argument
418 template <> struct make_unsigned_impl< ::pdalboost::long_long_type > { typedef ::pdalboost::ulong… struct
423 : make_unsigned_impl<typename remove_cv<T>::type>
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/move/detail/
H A Dtype_traits.hpp412 struct make_unsigned_impl { typedef T type; }; struct
413 template <> struct make_unsigned_impl<signed char> { typedef unsigned char type; }; struct
414 template <> struct make_unsigned_impl<signed short> { typedef unsigned short type; }; struct
415 template <> struct make_unsigned_impl<signed int> { typedef unsigned int type; }; struct
416 template <> struct make_unsigned_impl<signed long> { typedef unsigned long type; }; argument
418 template <> struct make_unsigned_impl< ::boost::long_long_type > { typedef ::boost::ulong_long_ty… struct
423 : make_unsigned_impl<typename remove_cv<T>::type>
/dports/databases/xtrabackup/boost_1_59_0/boost/move/detail/
H A Dtype_traits.hpp412 struct make_unsigned_impl { typedef T type; }; struct
413 template <> struct make_unsigned_impl<signed char> { typedef unsigned char type; }; argument
414 template <> struct make_unsigned_impl<signed short> { typedef unsigned short type; }; struct
415 template <> struct make_unsigned_impl<signed int> { typedef unsigned int type; }; argument
416 template <> struct make_unsigned_impl<signed long> { typedef unsigned long type; }; argument
418 template <> struct make_unsigned_impl< ::boost::long_long_type > { typedef ::boost::ulong_long_ty… argument
423 : make_unsigned_impl<typename remove_cv<T>::type>
/dports/databases/percona57-server/boost_1_59_0/boost/move/detail/
H A Dtype_traits.hpp412 struct make_unsigned_impl { typedef T type; }; struct
413 template <> struct make_unsigned_impl<signed char> { typedef unsigned char type; }; argument
414 template <> struct make_unsigned_impl<signed short> { typedef unsigned short type; }; argument
415 template <> struct make_unsigned_impl<signed int> { typedef unsigned int type; }; struct
416 template <> struct make_unsigned_impl<signed long> { typedef unsigned long type; }; argument
418 template <> struct make_unsigned_impl< ::boost::long_long_type > { typedef ::boost::ulong_long_ty… struct
423 : make_unsigned_impl<typename remove_cv<T>::type>
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/move/detail/
H A Dtype_traits.hpp410 struct make_unsigned_impl { typedef T type; }; argument
411 template <> struct make_unsigned_impl<signed char> { typedef unsigned char type; }; struct
412 template <> struct make_unsigned_impl<signed short> { typedef unsigned short type; }; argument
413 template <> struct make_unsigned_impl<signed int> { typedef unsigned int type; }; struct
414 template <> struct make_unsigned_impl<signed long> { typedef unsigned long type; }; argument
416 template <> struct make_unsigned_impl< ::boost::long_long_type > { typedef ::boost::ulong_long_ty… struct
421 : make_unsigned_impl<typename remove_cv<T>::type>
/dports/databases/percona57-client/boost_1_59_0/boost/move/detail/
H A Dtype_traits.hpp412 struct make_unsigned_impl { typedef T type; }; struct
413 template <> struct make_unsigned_impl<signed char> { typedef unsigned char type; }; argument
414 template <> struct make_unsigned_impl<signed short> { typedef unsigned short type; }; struct
415 template <> struct make_unsigned_impl<signed int> { typedef unsigned int type; }; argument
416 template <> struct make_unsigned_impl<signed long> { typedef unsigned long type; }; argument
418 template <> struct make_unsigned_impl< ::boost::long_long_type > { typedef ::boost::ulong_long_ty… argument
423 : make_unsigned_impl<typename remove_cv<T>::type>

12