Searched refs:_Ptr (Results 1 – 9 of 9) sorted by relevance
/external/clang/test/SemaTemplate/ |
D | deduction-crash.cpp | 105 template <class _Ptr, bool> struct __pointer_traits_element_type; 106 template <class _Ptr> struct __pointer_traits_element_type<_Ptr, true>;
|
/external/llvm-project/clang/test/SemaTemplate/ |
D | deduction-crash.cpp | 101 template <class _Ptr, bool> struct __pointer_traits_element_type; 102 template <class _Ptr> struct __pointer_traits_element_type<_Ptr, true>;
|
/external/clang/test/SemaCXX/ |
D | MicrosoftCompatibility.cpp | 220 void del(_Ty *_Ptr) { in del() argument 221 _Ptr->~_Ty(); // expected-warning {{pseudo-destructors on type void are a Microsoft extension}} in del()
|
/external/llvm-project/clang/test/SemaCXX/ |
D | MicrosoftCompatibility.cpp | 254 void del(_Ty *_Ptr) { in del() argument 255 _Ptr->~_Ty(); // expected-warning {{pseudo-destructors on type void are a Microsoft extension}} in del()
|
/external/llvm-project/libcxx/include/ |
D | memory | 758 template <class _Ptr, bool = __has_element_type<_Ptr>::value> 761 template <class _Ptr> 762 struct __pointer_traits_element_type<_Ptr, true> 764 typedef _LIBCPP_NODEBUG_TYPE typename _Ptr::element_type type; 786 template <class _Ptr, bool = __has_difference_type<_Ptr>::value> 792 template <class _Ptr> 793 struct __pointer_traits_difference_type<_Ptr, true> 795 typedef _LIBCPP_NODEBUG_TYPE typename _Ptr::difference_type type; 837 template <class _Ptr> 840 typedef _Ptr pointer; [all …]
|
D | __string | 1153 template<class _Ptr> 1155 size_t __do_string_hash(_Ptr __p, _Ptr __e) 1157 typedef typename iterator_traits<_Ptr>::value_type value_type;
|
/external/libcxx/include/ |
D | memory | 741 template <class _Ptr, bool = __has_element_type<_Ptr>::value> 744 template <class _Ptr> 745 struct __pointer_traits_element_type<_Ptr, true> 747 typedef typename _Ptr::element_type type; 825 template <class _Ptr, bool = __has_difference_type<_Ptr>::value> 831 template <class _Ptr> 832 struct __pointer_traits_difference_type<_Ptr, true> 834 typedef typename _Ptr::difference_type type; 948 template <class _Ptr> 951 typedef _Ptr pointer; [all …]
|
D | __string | 949 template<class _Ptr> 951 size_t __do_string_hash(_Ptr __p, _Ptr __e) 953 typedef typename iterator_traits<_Ptr>::value_type value_type;
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | test22-pr19097-libstdc++.so.6.0.17.so.abi | 11428 …<typedef-decl name='_Ptr' type-id='type-id-796' filepath='/tmp/legendre/spack-stage/spack-stage-wf…
|