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

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.unary/meta.unary.cat/
lvalue_ref.pass.cpp 24 static_assert( std::is_lvalue_reference<T>::value, "");
rvalue_ref.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
void.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
array.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
class.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
enum.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
floating_point.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
function.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
integral.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
member_function_pointer.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
member_object_pointer.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
pointer.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
union.pass.cpp 24 static_assert(!std::is_lvalue_reference<T>::value, "");
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
move.h 63 static_assert(!std::is_lvalue_reference<_Tp>::value,
  /external/clang/test/SemaTemplate/
temp_class_spec.cpp 22 struct is_lvalue_reference { struct
27 struct is_lvalue_reference<T&> { struct
31 int lvalue_ref0[is_lvalue_reference<int>::value? -1 : 1];
32 int lvalue_ref1[is_lvalue_reference<const int&>::value? 1 : -1];
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
move.h 69 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
move.h 69 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument"
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
move.h 69 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument"
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
move.h 90 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument"
  /external/clang/test/SemaCXX/
type-traits.cpp 531 void is_lvalue_reference() function
    [all...]

Completed in 234 milliseconds