HomeSort by relevance Sort by last modified time
    Searched full:make_unsigned (Results 1 - 25 of 86) sorted by null

1 2 3 4

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
size_type.hpp 25 #include <boost/type_traits/make_unsigned.hpp>
58 typedef BOOST_DEDUCED_TYPENAME make_unsigned<
  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.sign/
make_unsigned.pass.cpp 12 // make_unsigned
34 static_assert((std::is_same<typename std::make_unsigned<T>::type, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.sign/
make_unsigned.pass.cpp 12 // make_unsigned
34 static_assert((std::is_same<typename std::make_unsigned<T>::type, U>::value), "");
  /external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
size_type.pass.cpp 60 std::make_unsigned<std::ptrdiff_t>::type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/allocator.traits/allocator.traits.types/
size_type.pass.cpp 60 std::make_unsigned<std::ptrdiff_t>::type>::value), "");
  /art/runtime/interpreter/
safe_math.h 36 typedef typename std::make_unsigned<biggest_T>::type unsigned_biggest_T;
  /art/runtime/
memory_region.h 76 typedef typename std::make_unsigned<T>::type U;
91 typedef typename std::make_unsigned<T>::type U;
  /external/clang/test/SemaTemplate/
constexpr-instantiate.cpp 129 using Make_unsigned = typename safe_make_unsigned<T>::type;
135 auto size(R) -> Make_unsigned<typename get_distance_type<R>::type>;
  /art/runtime/base/
bit_utils.h 168 typedef typename std::make_unsigned<T>::type unsigned_type;
240 (static_cast<typename std::make_unsigned<T>::type>(value) <=
241 GetIntLimit<typename std::make_unsigned<T>::type>(kBits) * 2u - 1u));
248 typedef typename std::make_unsigned<T>::type unsigned_type;
  /external/libcxx/test/std/containers/associative/multiset/
types.pass.cpp 66 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "");
  /external/libcxx/test/std/containers/associative/set/
types.pass.cpp 66 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "");
  /external/libcxx/test/std/containers/sequences/forwardlist/
types.pass.cpp 58 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "");
  /external/libcxx/test/std/utilities/allocator.adaptor/
types.pass.cpp 46 std::make_unsigned<std::ptrdiff_t>::type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/allocator.adaptor/
types.pass.cpp 46 std::make_unsigned<std::ptrdiff_t>::type>::value), "");
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
type_traits 475 /// make_unsigned
477 struct make_unsigned
482 struct make_unsigned<bool>;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
type_traits 475 /// make_unsigned
477 struct make_unsigned
482 struct make_unsigned<bool>;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
type_traits 475 /// make_unsigned
477 struct make_unsigned
482 struct make_unsigned<bool>;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
type_traits 475 /// make_unsigned
477 struct make_unsigned
482 struct make_unsigned<bool>;
  /external/libcxx/test/std/containers/associative/map/
types.pass.cpp 66 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "");
  /external/libcxx/test/std/containers/associative/multimap/
types.pass.cpp 66 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "");
  /external/libcxx/test/std/containers/sequences/deque/
types.pass.cpp 86 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "");
  /external/libcxx/test/std/containers/unord/unord.map/
types.pass.cpp 68 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "");
  /external/libcxx/test/std/containers/unord/unord.multimap/
types.pass.cpp 68 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "");
  /external/libcxx/test/std/containers/unord/unord.multiset/
types.pass.cpp 65 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "");
  /external/libcxx/test/std/containers/unord/unord.set/
types.pass.cpp 65 static_assert((std::is_same<C::size_type, std::make_unsigned<C::difference_type>::type>::value), "");

Completed in 964 milliseconds

1 2 3 4