OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:make_unsigned
(Results
1 - 25
of
73
) sorted by null
1
2
3
/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;
utils.h
115
inline typename std::
make_unsigned
<T>::type MakeUnsigned(T x) {
116
return static_cast<typename std::
make_unsigned
<T>::type>(x);
/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
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/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), "");
/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), "");
/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/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>
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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>
Completed in 1087 milliseconds
1
2
3