Home
last modified time | relevance | path

Searched refs:_Ptr (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/SemaTemplate/
Ddeduction-crash.cpp105 template <class _Ptr, bool> struct __pointer_traits_element_type;
106 template <class _Ptr> struct __pointer_traits_element_type<_Ptr, true>;
/external/clang/test/SemaCXX/
DMicrosoftCompatibility.cpp203 void del(_Ty *_Ptr) { in del() argument
204 _Ptr->~_Ty(); // expected-warning {{pseudo-destructors on type void are a Microsoft extension}} in del()
/external/stlport/stlport/stl/
D_bvector.h168 template <class _Ref, class _Ptr>
171 typedef _Ptr pointer;
172 typedef _Bit_iter<_Ref, _Ptr> _Self;
230 template <class _Ref, class _Ptr>
231 inline _Bit_iter<_Ref,_Ptr> _STLP_CALL
232 operator+(ptrdiff_t __n, const _Bit_iter<_Ref, _Ptr>& __x) {
239 template <class _Ref, class _Ptr>
240 struct __type_traits< _STLP_PRIV _Bit_iter<_Ref, _Ptr> > {
D_function_adaptors.h173 typedef _Mem_fun0_ptr<_Result,_Tp> _Ptr; typedef
181 typedef _Mem_fun1_ptr<_Result,_Tp,_Arg> _Ptr; typedef
333 typedef _Void_mem_fun0_ptr<_Tp> _Ptr;
340 typedef _Void_mem_fun1_ptr<_Tp,_Arg> _Ptr;
406 public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr {
408 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args0<_Tp>::_Ptr _Base;
442 public _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::_Ptr {
444 _Mem_fun_traits<_Result>::_STLP_TEMPLATE _Args1<_Tp,_Arg>::_Ptr _Base;
Dtype_traits.h208 enum { _Ptr = (sizeof(_IsP(false,__null_rep())) == sizeof(char)) };
209 typedef typename __bool2type<_Ptr>::_Ret _Ret;
/external/libcxx/include/
Dmemory664 template <class _Ptr, bool = __has_element_type<_Ptr>::value>
667 template <class _Ptr>
668 struct __pointer_traits_element_type<_Ptr, true>
670 typedef typename _Ptr::element_type type;
752 template <class _Ptr, bool = __has_difference_type<_Ptr>::value>
758 template <class _Ptr>
759 struct __pointer_traits_difference_type<_Ptr, true>
761 typedef typename _Ptr::difference_type type;
875 template <class _Ptr>
878 typedef _Ptr pointer;
[all …]
Dstring1086 template<class _Ptr>
1087 size_t _LIBCPP_INLINE_VISIBILITY __do_string_hash(_Ptr __p, _Ptr __e)
1089 typedef typename iterator_traits<_Ptr>::value_type value_type;