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

1 2

  /external/libcxx/test/utilities/meta/meta.trans/meta.trans.sign/
Android.mk 23 test_name := utilities/meta/meta.trans/meta.trans.sign/make_unsigned
24 test_src := make_unsigned.pass.cpp
make_unsigned.pass.cpp 12 // make_unsigned
34 static_assert((std::is_same<typename std::make_unsigned<T>::type, U>::value), "");
  /external/libcxx/test/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<
  /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/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), "");
  /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/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_compiler.h 411 typedef typename make_unsigned<_CharT>::type _UnsignedCharT;
alloc_traits.h 149 typename make_unsigned<difference_type>::type)
155 * <tt> make_unsigned<difference_type>::type </tt>
stl_algo.h     [all...]
  /external/chromium_org/v8/src/
utils.h 237 // available in C++11 as std::make_unsigned
239 struct make_unsigned { struct in namespace:v8::internal
244 // Template specializations necessary to have make_unsigned work
245 template<> struct make_unsigned<int32_t> { struct in namespace:v8::internal
250 template<> struct make_unsigned<int64_t> { struct in namespace:v8::internal
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
alloc_traits.h 154 typename make_unsigned<difference_type>::type)
160 * <tt> make_unsigned<difference_type>::type </tt>
stl_algo.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
alloc_traits.h 154 typename make_unsigned<difference_type>::type)
160 * <tt> make_unsigned<difference_type>::type </tt>
stl_algo.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 153 typename make_unsigned<difference_type>::type)
159 * <tt> make_unsigned<difference_type>::type </tt>
stl_algo.h     [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
alloc_traits.h 153 typename make_unsigned<difference_type>::type)
159 * <tt> make_unsigned<difference_type>::type </tt>
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
alloc_traits.h 154 typename make_unsigned<difference_type>::type)
160 * <tt> make_unsigned<difference_type>::type </tt>
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
lexical_cast.hpp 160 #include <boost/type_traits/make_unsigned.hpp>
585 BOOST_DEDUCED_TYPENAME make_unsigned<T>::type lcast_to_unsigned(T value) BOOST_NOEXCEPT
587 typedef BOOST_DEDUCED_TYPENAME make_unsigned<T>::type result_type;
    [all...]
  /external/chromium_org/v8/src/arm64/
simulator-arm64.cc 831 typedef typename make_unsigned<T>::type unsignedT;
881 typedef typename make_unsigned<T>::type unsignedT;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
stl_algo.h     [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h     [all...]

Completed in 1001 milliseconds

1 2