HomeSort by relevance Sort by last modified time
    Searched full:add_lvalue_reference (Results 1 - 25 of 47) sorted by null

1 2

  /external/clang/test/SemaCXX/
crash-lambda-12645424.cpp 6 template<typename _Tp> struct add_lvalue_reference : __add_lvalue_reference_helper<_Tp> { struct in inherits:__add_lvalue_reference_helper
28 tl_map< filtered_pattern, add_lvalue_reference > type;
  /external/libcxx/test/std/containers/
test_compare.h 28 operator()(typename std::add_lvalue_reference<const typename C::first_argument_type>::type x,
29 typename std::add_lvalue_reference<const typename C::second_argument_type>::type y) const
test_hash.h 25 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const
  /external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.ref/
add_lvalue_ref.pass.cpp 12 // add_lvalue_reference
19 static_assert((std::is_same<typename std::add_lvalue_reference<T>::type, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/
test_compare.h 28 operator()(typename std::add_lvalue_reference<const typename C::first_argument_type>::type x,
29 typename std::add_lvalue_reference<const typename C::second_argument_type>::type y) const
test_hash.h 25 operator()(typename std::add_lvalue_reference<const typename C::argument_type>::type x) const
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/meta/meta.trans/meta.trans.ref/
add_lvalue_ref.pass.cpp 12 // add_lvalue_reference
19 static_assert((std::is_same<typename std::add_lvalue_reference<T>::type, U>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/default.allocator/
allocator_types.pass.cpp 22 // typedef typename add_lvalue_reference<T>::type reference;
23 // typedef typename add_lvalue_reference<const T>::type const_reference;
  /external/libcxx/test/std/utilities/memory/default.allocator/
allocator_types.pass.cpp 22 // typedef typename add_lvalue_reference<T>::type reference;
23 // typedef typename add_lvalue_reference<const T>::type const_reference;
  /external/libcxx/include/
algorithm     [all...]
type_traits 71 template <class T> struct add_lvalue_reference;
165 using add_lvalue_reference_t = typename add_lvalue_reference<T>::type; // C++14
622 // add_lvalue_reference
624 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference {typedef _Tp& type;};
625 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<_Tp&> {typedef _Tp& type;}; // for older compiler
626 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<void> {typedef void type;};
627 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<const void> {typedef const void type;};
628 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<volatile void> {typedef volatile void type;};
629 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<const volatile void> {typedef const volatile void type;};
632 template <class _Tp> using add_lvalue_reference_t = typename add_lvalue_reference<_Tp>::type
    [all...]
__split_buffer 51 typedef typename add_lvalue_reference<allocator_type>::type __alloc_ref;
52 typedef typename add_lvalue_reference<allocator_type>::type __alloc_const_ref;
  /external/libcxx/test/support/
test_allocator.h 51 typedef typename std::add_lvalue_reference<value_type>::type reference;
52 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
111 typedef typename std::add_lvalue_reference<value_type>::type reference;
112 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm     [all...]
type_traits 66 template <class T> struct add_lvalue_reference;
160 using add_lvalue_reference_t = typename add_lvalue_reference<T>::type; // C++14
600 // add_lvalue_reference
602 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference {typedef _Tp& type;};
603 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<_Tp&> {typedef _Tp& type;}; // for older compiler
604 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<void> {typedef void type;};
605 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<const void> {typedef const void type;};
606 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<volatile void> {typedef volatile void type;};
607 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<const volatile void> {typedef const volatile void type;};
610 template <class _Tp> using add_lvalue_reference_t = typename add_lvalue_reference<_Tp>::type
    [all...]
__split_buffer 51 typedef typename add_lvalue_reference<allocator_type>::type __alloc_ref;
52 typedef typename add_lvalue_reference<allocator_type>::type __alloc_const_ref;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/support/
test_allocator.h 49 typedef typename std::add_lvalue_reference<value_type>::type reference;
50 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
109 typedef typename std::add_lvalue_reference<value_type>::type reference;
110 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm     [all...]
type_traits 66 template <class T> struct add_lvalue_reference;
160 using add_lvalue_reference_t = typename add_lvalue_reference<T>::type; // C++14
600 // add_lvalue_reference
602 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference {typedef _Tp& type;};
603 template <class _Tp> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<_Tp&> {typedef _Tp& type;}; // for older compiler
604 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<void> {typedef void type;};
605 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<const void> {typedef const void type;};
606 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<volatile void> {typedef volatile void type;};
607 template <> struct _LIBCPP_TYPE_VIS_ONLY add_lvalue_reference<const volatile void> {typedef const volatile void type;};
610 template <class _Tp> using add_lvalue_reference_t = typename add_lvalue_reference<_Tp>::type
    [all...]
__split_buffer 51 typedef typename add_lvalue_reference<allocator_type>::type __alloc_ref;
52 typedef typename add_lvalue_reference<allocator_type>::type __alloc_const_ref;
  /external/libcxx/test/std/thread/futures/
test_allocator.h 45 typedef typename std::add_lvalue_reference<value_type>::type reference;
46 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/
test_allocator.h 44 typedef typename std::add_lvalue_reference<value_type>::type reference;
45 typedef typename std::add_lvalue_reference<const value_type>::type const_reference;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
unique_ptr.h 218 typename add_lvalue_reference<element_type>::type
408 typename std::add_lvalue_reference<element_type>::type
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
unique_ptr.h 218 typename add_lvalue_reference<element_type>::type
408 typename std::add_lvalue_reference<element_type>::type
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
unique_ptr.h 218 typename add_lvalue_reference<element_type>::type
408 typename std::add_lvalue_reference<element_type>::type

Completed in 670 milliseconds

1 2