HomeSort by relevance Sort by last modified time
    Searched refs:is_rvalue_reference (Results 1 - 16 of 16) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_rvalue_reference.hpp 19 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_rvalue_reference,T,false)
21 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_rvalue_reference,T&&,true)
is_reference.hpp 17 #include <boost/type_traits/is_rvalue_reference.hpp>
32 ::boost::is_lvalue_reference<T>::value, ::boost::is_rvalue_reference<T>::value
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.unary/meta.unary.cat/
lvalue_ref.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
rvalue_ref.pass.cpp 25 static_assert( std::is_rvalue_reference<T>::value, "");
void.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
array.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
class.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
enum.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
floating_point.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
function.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
integral.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
member_function_pointer.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
member_object_pointer.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
pointer.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
union.pass.cpp 25 static_assert(!std::is_rvalue_reference<T>::value, "");
  /external/clang/test/SemaCXX/
type-traits.cpp 571 void is_rvalue_reference() function
    [all...]

Completed in 131 milliseconds