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

  /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"
  /external/clang/test/SemaCXX/
type-traits.cpp 531 void is_lvalue_reference() function
    [all...]

Completed in 63 milliseconds