/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/stlport/stlport/ |
type_traits | 674 struct remove_pointer 680 struct remove_pointer<_Tp *> 686 struct remove_pointer<_Tp * const> 692 struct remove_pointer<_Tp * volatile> 698 struct remove_pointer<_Tp * const volatile>
|
/ndk/sources/cxx-stl/stlport/stlport/ |
type_traits | 674 struct remove_pointer 680 struct remove_pointer<_Tp *> 686 struct remove_pointer<_Tp * const> 692 struct remove_pointer<_Tp * volatile> 698 struct remove_pointer<_Tp * const volatile>
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/ |
type_traits | 674 struct remove_pointer 680 struct remove_pointer<_Tp *> 686 struct remove_pointer<_Tp * const> 692 struct remove_pointer<_Tp * volatile> 698 struct remove_pointer<_Tp * const volatile>
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/ |
type_traits | 674 struct remove_pointer 680 struct remove_pointer<_Tp *> 686 struct remove_pointer<_Tp * const> 692 struct remove_pointer<_Tp * volatile> 698 struct remove_pointer<_Tp * const volatile>
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/ |
type_traits | 480 /// remove_pointer 482 struct remove_pointer
|
functional | 262 && !is_function<typename remove_pointer<_Functor>::type>::value), 275 && !is_function<typename remove_pointer<_Functor>::type>::value), 288 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
type_traits | 480 /// remove_pointer 482 struct remove_pointer
|
functional | 262 && !is_function<typename remove_pointer<_Functor>::type>::value), 275 && !is_function<typename remove_pointer<_Functor>::type>::value), 288 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/ |
type_traits | 480 /// remove_pointer 482 struct remove_pointer
|
functional | 262 && !is_function<typename remove_pointer<_Functor>::type>::value), 275 && !is_function<typename remove_pointer<_Functor>::type>::value), 288 && is_function<typename remove_pointer<_Functor>::type>::value), [all...] |
/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;
|
/external/stlport/etc/ |
ChangeLog-5.1 | [all...] |