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

1 2 3 4 5

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
add_rvalue_reference.hpp 16 #include <boost/type_traits/is_reference.hpp>
54 <T, (!is_void<T>::value && !is_reference<T>::value) >::type type;
is_const.hpp 12 // Fixed is_pointer, is_reference, is_const, is_volatile, is_same,
30 # include <boost/type_traits/is_reference.hpp>
36 # include <boost/type_traits/is_reference.hpp>
93 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_const,T const,!(::boost::is_reference<T>::value))
94 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_const,T volatile const,!(::boost::is_reference<T>::value))
140 is_reference<T>::value
is_same.hpp 12 // Fixed is_pointer, is_reference, is_const, is_volatile, is_same,
28 #include <boost/type_traits/is_reference.hpp>
85 (::boost::is_reference<T>::value == ::boost::is_reference<U>::value),
  /external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.comp/
lvalue_ref.pass.cpp 19 static_assert( std::is_reference<T>::value, "");
class.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
enum.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
floating_point.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
function.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
member_function_pointer.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
member_object_pointer.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
pointer.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
rvalue_ref.pass.cpp 19 static_assert( std::is_reference<T>::value, "");
union.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
void.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.comp/
lvalue_ref.pass.cpp 19 static_assert( std::is_reference<T>::value, "");
class.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
enum.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
floating_point.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
function.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
member_function_pointer.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
member_object_pointer.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
pointer.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
rvalue_ref.pass.cpp 19 static_assert( std::is_reference<T>::value, "");
union.pass.cpp 19 static_assert(!std::is_reference<T>::value, "");
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
indirect_traits.hpp 8 # include <boost/type_traits/is_reference.hpp>
99 is_reference<T>
123 is_reference<T>
177 is_reference<T>
261 : mpl::if_<is_reference<T>, is_reference_to_function_aux<T>, mpl::bool_<false> >::type
321 : is_reference_to_const_helper1<is_reference<T>::value>::template apply<T>
349 : is_reference_to_non_const_helper1<is_reference<T>::value>::template apply<T>
382 : is_reference_to_volatile_helper1<is_reference<T>::value>::template apply<T>
404 : mpl::eval_if<is_reference<T>, reference_to_pointer_impl<T>, mpl::false_>::type
411 : mpl::eval_if<is_reference<T>, is_pointer_to_function_aux<T>, mpl::false_>::typ
    [all...]

Completed in 1873 milliseconds

1 2 3 4 5