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

  /external/clang/test/SemaTemplate/
address-spaces.cpp 21 struct remove_pointer { struct
26 struct remove_pointer<T *> { struct
30 int check_remove0[is_same<remove_pointer<int_1_ptr>::type, int_1>::value? 1 : -1];
31 int check_remove1[is_same<remove_pointer<int_2_ptr>::type, int_2>::value? 1 : -1];
32 int check_remove2[is_same<remove_pointer<int_2_ptr>::type, int>::value? -1 : 1];
33 int check_remove3[is_same<remove_pointer<int_2_ptr>::type, int_1>::value? -1 : 1];
  /external/llvm/include/llvm/Support/
type_traits.h 109 // remove_pointer - Metafunction to turn Foo* into Foo. Defined in
111 template <typename T> struct remove_pointer { typedef T type; }; struct in namespace:llvm
112 template <typename T> struct remove_pointer<T*> { typedef T type; }; struct in namespace:llvm
113 template <typename T> struct remove_pointer<T*const> { typedef T type; }; struct in namespace:llvm
114 template <typename T> struct remove_pointer<T*volatile> { typedef T type; }; struct in namespace:llvm
115 template <typename T> struct remove_pointer<T*const volatile> { struct in namespace:llvm
  /external/protobuf/src/google/protobuf/stubs/
common.h 1112 template<typename T> struct remove_pointer { typedef T type; }; struct in namespace:google::protobuf::internal
1113 template<typename T> struct remove_pointer<T*> { typedef T type; }; struct in namespace:google::protobuf::internal
1114 template<typename T> struct remove_pointer<T* const> { typedef T type; }; struct in namespace:google::protobuf::internal
1115 template<typename T> struct remove_pointer<T* volatile> { typedef T type; }; struct in namespace:google::protobuf::internal
1116 template<typename T> struct remove_pointer<T* const volatile> { struct in namespace:google::protobuf::internal
    [all...]
  /external/llvm/include/llvm/ADT/
ValueMap.h 198 typedef typename llvm::remove_pointer<KeyT>::type KeySansPointerT;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/
shared_ptr.h 113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;

Completed in 451 milliseconds