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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/
is_lvalue_reference.hpp 12 // Fixed is_pointer, is_lvalue_reference, is_const, is_volatile, is_same,
37 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_lvalue_reference,T,__is_reference(T))
40 BOOST_TT_AUX_BOOL_TRAIT_DEF1(is_lvalue_reference,T,false)
41 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T&,true)
48 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T& const,true)
49 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T& volatile,true)
50 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T& const volatile,true)
56 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T const ,::boost::is_lvalue_reference<T>::value)
57 BOOST_TT_AUX_BOOL_TRAIT_PARTIAL_SPEC1_1(typename T,is_lvalue_reference,T volatile ,::boost::is_lvalue_reference<T>::value
    [all...]
is_reference.hpp 16 #include <boost/type_traits/is_lvalue_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 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/9/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"
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
move.h 90 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument"
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
move.h 89 static_assert(!std::is_lvalue_reference<_Tp>::value, "template argument"
  /external/clang/test/SemaCXX/
type-traits.cpp 557 void is_lvalue_reference() function
    [all...]

Completed in 1006 milliseconds