HomeSort by relevance Sort by last modified time
    Searched refs:remove_pointer (Results 1 - 12 of 12) 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 199 // remove_pointer - Metafunction to turn Foo* into Foo. Defined in
201 template <typename T> struct remove_pointer { typedef T type; }; struct in namespace:llvm
202 template <typename T> struct remove_pointer<T*> { typedef T type; }; struct in namespace:llvm
203 template <typename T> struct remove_pointer<T*const> { typedef T type; }; struct in namespace:llvm
204 template <typename T> struct remove_pointer<T*volatile> { typedef T type; }; struct in namespace:llvm
205 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 202 typedef typename llvm::remove_pointer<KeyT>::type KeySansPointerT;
  /external/llvm/unittests/ADT/
TinyPtrVectorTest.cpp 39 typedef typename remove_pointer<PtrT>::type ValueT;
  /prebuilts/gcc/linux-x86/host/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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
shared_ptr.h 308 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/tr1/
shared_ptr.h 113 typedef typename std::tr1::remove_pointer<_Ptr>::type _Tp;

Completed in 1163 milliseconds