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

1 2

  /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), "");
  /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), "");
  /art/runtime/
memory_region.h 76 typedef typename std::make_unsigned<T>::type U;
91 typedef typename std::make_unsigned<T>::type U;
utils.h 115 inline typename std::make_unsigned<T>::type MakeUnsigned(T x) {
116 return static_cast<typename std::make_unsigned<T>::type>(x);
  /art/runtime/interpreter/
safe_math.h 36 typedef typename std::make_unsigned<biggest_T>::type unsigned_biggest_T;
  /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), "");
  /art/runtime/base/
bit_utils.h 180 typedef typename std::make_unsigned<T>::type unsigned_type;
252 (static_cast<typename std::make_unsigned<T>::type>(value) <=
253 GetIntLimit<typename std::make_unsigned<T>::type>(kBits) * 2u - 1u));
260 typedef typename std::make_unsigned<T>::type unsigned_type;
279 : static_cast<T>(MaxInt<typename std::make_unsigned<T>::type>(bits - 1)))
  /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/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/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), "");
  /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), "");
  /frameworks/av/include/media/
Modulo.h 90 typedef typename std::make_unsigned<T>::type unsignedT;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
make_unsigned.hpp 130 BOOST_TT_AUX_TYPE_TRAIT_DEF1(make_unsigned,T,typename boost::detail::make_unsigned_imp<T>::type)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_compiler.h 415 typedef typename make_unsigned<_CharT>::type _UnsignedCharT;
  /external/v8/src/
utils.h 221 // available in C++11 as std::make_unsigned
223 struct make_unsigned { struct in namespace:v8::internal
228 // Template specializations necessary to have make_unsigned work
229 template<> struct make_unsigned<int32_t> { struct in namespace:v8::internal
234 template<> struct make_unsigned<int64_t> { struct in namespace:v8::internal
    [all...]

Completed in 554 milliseconds

1 2