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

  /ndk/sources/cxx-stl/llvm-libc++/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 545 void is_rvalue_reference() function
    [all...]

Completed in 53 milliseconds